-
Notifications
You must be signed in to change notification settings - Fork 689
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
[Feature] Improve node timeouts #361
Comments
@wild-endeavor / @EngHabu whats the status on this? I think we will need to move it to 0.12.0? |
* Updated stdlib version Signed-off-by: Kevin Su <[email protected]> * Revert Makefile Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
* feat: archive workflows base * chore: test Signed-off-by: Carina Ursu <[email protected]>
# [0.51.0](http://github.com/lyft/flyteconsole/compare/v0.50.4...v0.51.0) (2022-04-12) ### Bug Fixes * add more descriptive errors on task/workflow run failure ([flyteorg#370](http://github.com/lyft/flyteconsole/issues/370)) ([4e501fa](http://github.com/lyft/flyteconsole/commit/4e501faae1fd46faba268d2803c7c5452fcc3c60)) ### Features * Allow to archive workflow from flyteconsole ([flyteorg#361](http://github.com/lyft/flyteconsole/issues/361)) ([1ed28c4](http://github.com/lyft/flyteconsole/commit/1ed28c4d566def6f286e164744c8da7e68f8d898))
* Add console endpoint init arg and config section Signed-off-by: Andrew Dye <[email protected]> * Log invalid endpoint Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
* Updated stdlib version Signed-off-by: Kevin Su <[email protected]> * Revert Makefile Signed-off-by: Kevin Su <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Cc @hamersaw i think this is still relevant right |
* Add console endpoint init arg and config section Signed-off-by: Andrew Dye <[email protected]> * Log invalid endpoint Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
* Add console endpoint init arg and config section Signed-off-by: Andrew Dye <[email protected]> * Log invalid endpoint Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
* Add console endpoint init arg and config section Signed-off-by: Andrew Dye <[email protected]> * Log invalid endpoint Signed-off-by: Andrew Dye <[email protected]> Signed-off-by: Andrew Dye <[email protected]>
Hello 👋, this issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will engage on it to decide if it is still applicable. |
Motivation: Why do you think this is important?
Timeouts at the node level are currently maxed out at 2x the task timeout. We should make this retries * task timeout, with some max like two days or something.
Flyte component
The text was updated successfully, but these errors were encountered: