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

Ensure sequences are cleared when begin is run #74

Closed
axsaucedo opened this issue Oct 18, 2020 · 0 comments · Fixed by #75
Closed

Ensure sequences are cleared when begin is run #74

axsaucedo opened this issue Oct 18, 2020 · 0 comments · Fixed by #75
Labels
bug Something isn't working

Comments

@axsaucedo
Copy link
Member

Currently when sequence begin is triggered, the operations are not cleaned. Furthermore, the kompute manager currently runs all commands on the same sequence, which results in multiple operations being added that don't belong anymore to the sequence's latest run. The solution for this should include:

  • Manager shoudl create a new sequence when Default operations are called
  • Sequence should clear operations when begin gets called
  • Sequence should not allow begin to start if currently running
@axsaucedo axsaucedo added the bug Something isn't working label Oct 18, 2020
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

Successfully merging a pull request may close this issue.

1 participant