-
Notifications
You must be signed in to change notification settings - Fork 15
rename when_failed to when_exhausted for clarity #602
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
base: 01-22-client_skipped_event_support
Are you sure you want to change the base?
rename when_failed to when_exhausted for clarity #602
Conversation
|
| Name | Type |
|---|---|
| @pgflow/core | Minor |
| @pgflow/dsl | Minor |
| pgflow | Minor |
| @pgflow/client | Minor |
| @pgflow/edge-worker | Minor |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
View your CI Pipeline Execution ↗ for commit b477dc6
☁️ Nx Cloud last updated this comment at |
d31e730 to
960485f
Compare
3858291 to
192d2c0
Compare
192d2c0 to
6bad9b5
Compare
960485f to
44d1614
Compare
44d1614 to
ecad8a3
Compare
6bad9b5 to
c86955f
Compare
ecad8a3 to
b477dc6
Compare
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-602.pgflow.pages.dev 📝 Details:
_Last updated: _ |

Rename
when_failedtowhen_exhaustedfor ClarityThis PR renames the
when_failedparameter towhen_exhaustedthroughout the codebase to better reflect its purpose. The parameter controls what happens when a step's retry attempts are exhausted, not just when it fails once.Key changes:
when_failedtowhen_exhaustedretriesExhaustedtowhenExhaustedfor consistency withwhenUnmetThis change improves clarity by making the parameter name more accurately describe its behavior - it only takes effect after all retry attempts are exhausted, not on the first failure.