asmodehn / celeros

Celery ROS python interface
0 stars 2 forks source link

long wait between receiving and executing a task #11

Closed bit-pirate closed 8 years ago

bit-pirate commented 8 years ago

Here the log of a 28 sec wait in between receiving and executing a task.

[2015-11-05 20:55:17,450: INFO/MainProcess] Received task: gopher_tasks.tasks.delivery_rapp[f29abf2d-35b0-41cd-9348-b89c6b9bf19d]

[2015-11-05 20:55:55,292: INFO/Worker-1] gopher_tasks.tasks.delivery_rapp[f29abf2d-35b0-41cd-9348-b89c6b9bf19d]: Goal : [u'door', u'homebase']
asmodehn commented 8 years ago

This is related to the task implementation. the celeros part actually doesnt take any time.