We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a consequence of the recent-ish change to delay job proxy creation, job proxies do not exist yet when we try to add a "submitted time" delta.
Happens in process_message_submitted() in task_events_mgr.
process_message_submitted()
task_events_mgr
The text was updated successfully, but these errors were encountered:
Easy fix, just need to create the job proxy a bit earlier in task events manager:
Sorry, something went wrong.
hjoliver
Successfully merging a pull request may close this issue.
As a consequence of the recent-ish change to delay job proxy creation, job proxies do not exist yet when we try to add a "submitted time" delta.
Happens in
process_message_submitted()
intask_events_mgr
.The text was updated successfully, but these errors were encountered: