fix: removed limitation of Celery task names

This commit is contained in:
cr0hn
2016-02-25 13:36:13 +01:00
parent 127a8106cd
commit d1b7739359
3 changed files with 3 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ def action_proc_inject_process(config):
"id": uuid.uuid1(),
"kwargs": {},
"retries": 0,
"task": "tasks.%s" % p["function"],
"task": p["function"],
"taskset": None,
"timelimit": [
None,