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

@@ -138,7 +138,8 @@ def list_remote_process(config, queue):
# Read info
if msg_id not in already_processed:
remote_process = deserialized['task'].split(".")[-1]
# remote_process = deserialized['task'].split(".")[-1]
remote_process = deserialized['task']
remote_args = deserialized['args']
# Store as processed