rename when_failed to when_exhausted for clarity#602
Merged
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
This was referenced Jan 23, 2026
Contributor
Author
|
View your CI Pipeline Execution ↗ for commit b5e7d05
☁️ 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
b477dc6 to
7c1e60a
Compare
c86955f to
994904d
Compare
7c1e60a to
95a5961
Compare
fa045fd to
8f34701
Compare
95a5961 to
bca1d70
Compare
8f34701 to
8e29cf2
Compare
bca1d70 to
48f756a
Compare
Contributor
🔍 Preview Deployment: Website✅ Deployment successful! 🔗 Preview URL: https://pr-602.pgflow.pages.dev 📝 Details:
_Last updated: _ |
This was referenced Feb 6, 2026
This was referenced Feb 14, 2026
Contributor
Author
48f756a to
b5e7d05
Compare
Contributor
🚀 Production Deployment: Website✅ Successfully deployed to production! 🔗 Production URL: https://pgflow.dev 📝 Details:
Deployed at: 2026-03-17T20:29:29+01:00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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.