diff --git a/repoapi/celery.py b/repoapi/celery.py index 42a7e35..6d16374 100644 --- a/repoapi/celery.py +++ b/repoapi/celery.py @@ -32,4 +32,4 @@ app.autodiscover_tasks(lambda: settings.INSTALLED_APPS) @app.task() def jbi_parse_hotfix(jbi_id, path): - app.send_task('hotfix_released', args=[jbi_id, path]) + app.send_task('hotfix.tasks.hotfix_released', args=[jbi_id, path])