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

progress: do not set run_finished_at for stopped workflows #576

Open
mdonadoni opened this issue Mar 14, 2024 · 0 comments
Open

progress: do not set run_finished_at for stopped workflows #576

mdonadoni opened this issue Mar 14, 2024 · 0 comments

Comments

@mdonadoni
Copy link
Member

After 199c163, the run_finished_at field of stopped workflows is now being set, even though it should be None.

This is due to the fact that the status update for stopped workflows is now being handled by _update_workflow_status, which manually sets run_finished_at:

workflow.run_finished_at = datetime.now()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant