Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TaskRecord key 'started' not set #3379

Closed
revoltek opened this issue May 29, 2013 · 2 comments
Closed

TaskRecord key 'started' not set #3379

revoltek opened this issue May 29, 2013 · 2 comments
Milestone

Comments

@revoltek
Copy link

The TaskRecord key 'started' is set only when the job is completed and not when it actually starts.

Here for example a job is running but I cannot recover when it started:

c.db_query({'completed' : None},['msg_id','started','engine_uuid'])
[{u'engine_uuid': u'46607547-68e2-478f-bbcf-21d462b54ae9',
u'msg_id': u'57480a18-91c3-44fc-b774-0b0ab1659b4f',
u'started': None}]

I am using ipython 0.13.1

@minrk
Copy link
Member

minrk commented May 29, 2013

That's correct - the key is set by the engine, which does not report this information to the Hub as part of the header in the reply when the task completes.

@minrk minrk closed this as completed May 29, 2013
@revoltek
Copy link
Author

Thanks for the clarification, in which way I can find out the moment a running process started?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants