Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gracefully abort fasttask on worker timeout (#263)
## Overview This PR enables graceful aborts (rather than panics) when a fasttask times out waiting for worker availability. ## Test Plan Tested locally. ## Rollout Plan (if applicable) This can be rolled out along with any other changes. ## Upstream Changes Should this change be upstreamed to OSS (flyteorg/flyte)? If so, please check this box for auditing. Note, this is the responsibility of each developer. See [this guide](https://unionai.atlassian.net/wiki/spaces/ENG/pages/447610883/Flyte+-+Union+Cloud+Development+Runbook/#When-are-versions-updated%3F). - [ ] To be upstreamed ## Jira Issue https://unionai.atlassian.net/browse/EXO-103 ## Checklist * [ ] Added tests * [ ] Ran a deploy dry run and shared the terraform plan * [ ] Added logging and metrics * [ ] Updated [dashboards](https://unionai.grafana.net/dashboards) and [alerts](https://unionai.grafana.net/alerting/list) * [ ] Updated documentation
- Loading branch information