Refactor End-State messages for TaskRunner #193
Labels
area:task-runner
Related to Nebula's Task Runner package
priority:low
Issues that are low priority don't need to be solved right away
type:tech-debt
Issues related to adjusting underlying implementation details without affecting the end product
Describe the bug
Currently the task runner doesn't have a good way to tell if a task has been stopped. This causes the
frontend
to fall out of sync in its redux store.To Reproduce
Steps to reproduce the behavior:
Task has error out
or something similar)running
Expected behavior
When the task ends, the frontend should update its redux state accordingly so the state is kept in sync.
Desktop (please complete the following information):
Additional context
We can test the incoming
message
part of the status update to determine if a task has finished, but that's not a stable way to check.The text was updated successfully, but these errors were encountered: