-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove retrying and submit-retrying states #526
Conversation
The checkpoint workflow, used to generate the data for the offline mode uses the retrying state too. So I will need a bit more of time understanding how to rewrite it with an xtrigger (I think that's the replacement). |
Codecov Report
@@ Coverage Diff @@
## master #526 +/- ##
==========================================
- Coverage 68.02% 67.96% -0.07%
==========================================
Files 44 44
Lines 954 952 -2
Branches 59 59
==========================================
- Hits 649 647 -2
Misses 288 288
Partials 17 17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Maybe that's not necessary at this point, until we can represent xtriggers in the UI just use waiting as that is the replacement for retrying in terms of state (it is a waiting task, that is waiting on an xtrigger). So a task that fails and retries several times before succeeding (or failing) will look like this: running -> waiting -> running -> waiting -> succeeded (or failed). |
👍 I replaced retrying and submit-retrying by waiting in our tests already. I thought that the workflow used to generate offline data wouldn't work after the latest changes, and I would have to update it. But I think you are correct! But I just tried it, and it executes successfully, producing the JavaScript data for the offline mode 🎉 So nothing else to be done here. Thanks! |
@hjoliver assigning you just in case you have time for a quick review today 😬 similar to the other one you reviewed yesterday. |
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.
👍
These changes close #514
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.