Skip to content
This repository was archived by the owner on Jul 6, 2022. It is now read-only.

SG2B/celery-worker-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celery worker docker images

Docker images for Celery worker.

How to use / test

A helper docker-compose file is provided to test functionality.

docker-compose up

Define your tasks in a python project:

@worker.task(
    name="ping"
)
def ping():
    return 'pong'

Building images

Docker compose provides an easy way to building all the images with the right context

docker-compose build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published