initialization.celery#

Functions#

init_celery(app)

Main entry point of the module.

Module Contents#

initialization.celery.init_celery(app)[source]#

Main entry point of the module.

The redis config defaults to port 6379 of localhost to match the one used in the “services” docker image. This can be overridden by two environment variables:

  • REDIS_HOST

  • REDIS_PORT