|
@@ -511,7 +511,7 @@ Here is an example camera, dumping the snapshot to screen:
|
|
return
|
|
return
|
|
print('Workers: {0}'.format(pformat(state.workers, indent=4)))
|
|
print('Workers: {0}'.format(pformat(state.workers, indent=4)))
|
|
print('Tasks: {0}'.format(pformat(state.tasks, indent=4)))
|
|
print('Tasks: {0}'.format(pformat(state.tasks, indent=4)))
|
|
- print('Total: {0.event_count} events, %s {0.task_count}'.format(
|
|
|
|
|
|
+ print('Total: {0.event_count} events, {0.task_count} tasks'.format(
|
|
state))
|
|
state))
|
|
|
|
|
|
See the API reference for :mod:`celery.events.state` to read more
|
|
See the API reference for :mod:`celery.events.state` to read more
|