We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f070ff commit 5b44bb9Copy full SHA for 5b44bb9
services/storage/src/simcore_service_storage/modules/celery/worker_main.py
@@ -9,10 +9,10 @@
9
from celery.signals import worker_init, worker_shutdown
10
from servicelib.background_task import cancel_wait_task
11
from servicelib.logging_utils import config_all_loggers
12
-from simcore_service_storage.modules.celery.utils import set_celery_worker
13
14
from ...core.application import create_app
15
from ...core.settings import ApplicationSettings
+from ...modules.celery.utils import set_celery_worker
16
from .common import create_app as create_celery_app
17
from .example_tasks import sync_archive
18
from .worker import CeleryTaskQueueWorker
0 commit comments