-
Notifications
You must be signed in to change notification settings - Fork 94
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
Don't record satisfied wall clock triggers in the DB #5923
Don't record satisfied wall clock triggers in the DB #5923
Conversation
Execution/submission retries are also implemented via wall_clock xtriggers. Worth checking/testing that these aren't written to the DB. |
Co-authored-by: Ronnie Dutta <[email protected]>
Co-authored-by: Oliver Sanders <[email protected]>
cd21f60
to
e51cfe9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not merging pending async timeout comment above
@oliver-sanders - quick check that 94f3a76 addresses your comments? |
@wxtim, make sure we don't end up with two copies of the |
Closes #5911
n.b. I tried to find a more sophisticated method than
startswith('wall_clock(...')
to identify the correct xtriggers, but I think this will do.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).