TT#1951 repoapi: fix call to hotfix task

> [2017-03-02 12:17:28,135: INFO/MainProcess] Task repoapi.tasks.jbi_get_artifact[f6ca525a-3b5d-4f85-ad98-fbcc33e19483] succeed
> [2017-03-02 12:17:28,147: ERROR/MainProcess] Received unregistered task of type u'hotfix_released'.

Change-Id: I92a022de5e886212047ef3930c3004127494eedf
changes/86/11686/1
Victor Seva 8 years ago
parent 7711c84d11
commit 92489bb363

@ -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])

Loading…
Cancel
Save