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

bug(frontend/app): replaying individual step run does not update workflowRun.status #164

Closed
grutt opened this issue Feb 14, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@grutt
Copy link
Contributor

grutt commented Feb 14, 2024

Problem: We're invalidating the workflow run when replaying an individual step, but the refetched data workflow-runs/$run/index.tsx:34 does not properly represent the state (always succeeded in the case of a succeded run). Because of this, the refetchInterval is never set to

I've temporarily hotfix in #159 by always setting the refetch interval to 1s, but this is not a good solution in the long run.

@grutt grutt added the bug Something isn't working label Feb 14, 2024
@abelanger5
Copy link
Contributor

This was fixed in #159

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants