* refactor: move all background task from rqworker to celery * dev: update background job to take input in parameters rather than a single dict * dev: update procfile for new worker * dev: docker updates for new celery worker
3 lines
65 B
Python
3 lines
65 B
Python
from .celery import app as celery_app
|
|
|
|
__all__ = ('celery_app',)
|