Skip to content
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

How should we handle workflows changing underneath job runs #90

Open
fractaledmind opened this issue Sep 13, 2023 · 0 comments
Open

How should we handle workflows changing underneath job runs #90

fractaledmind opened this issue Sep 13, 2023 · 0 comments
Labels
question Further information is requested

Comments

@fractaledmind
Copy link
Owner

When working locally (or even in production), it is possible to run a job (r1), have it error and stop on some step, update the code of the job changing the shape of the workflow, and then retry the job (r2). There are a number of pain-states that can occur in this situation:

  • if persisted attributes were added, and the code to persist them was added to steps that occur before the run's recovery_point, that attribute will never get persisted
@fractaledmind fractaledmind added the question Further information is requested label Sep 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant