-
Notifications
You must be signed in to change notification settings - Fork 669
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
Cost Optimizations - Queuing Workloads #342
Comments
* update dev requirements flyteorg/flytesnacks#341 only updated the docs requirement, which resulted in a docs build issue https://readthedocs.org/projects/flytecookbook/builds/14327792/ Signed-off-by: cosmicBboy <[email protected]> * docs build installing deps in ci matches rtd Signed-off-by: cosmicBboy <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]> Signed-off-by: Prafulla Mahindrakar <[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! 🙏 |
Signed-off-by: Prafulla Mahindrakar <[email protected]> Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]> Signed-off-by: Prafulla Mahindrakar <[email protected]>
Signed-off-by: Prafulla Mahindrakar <[email protected]> Signed-off-by: Prafulla Mahindrakar <[email protected]>
* Fix metrics scale division in timer Signed-off-by: Iaroslav Ciupin <[email protected]>
Motivation: Why do you think this is important?
Flyte workflows produce a set of compute tasks (both single and multi pod) that run on a set of physical machines. These physical machines are procured at different rates depending on availability at that moment (reserved, on-demand, spot, etc). At any given time a workload may be cheaper or more expensive to run on. Deferring execution at a later time (e.g when reserved instances are freed up) can provide substantial cost savings for any org adopting flyte.
Goal: What should the final outcome look like, ideally?
Reduce costs by running workflows at a later more cost efficient time for workflows in which the user has selected to opt in to the queuing.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Flyte component
[Optional] Propose: Link/Inline
https://docs.google.com/document/d/1nqAp5-DanklNvG6OeQ3uIacZYGvf0oXioz7CboP_CsU/edit?usp=sharing
Additional context
Add any other context or screenshots about the feature request here.
Is this a blocker for you to adopt Flyte
Please let us know if this makes it impossible to adopt Flyte
The text was updated successfully, but these errors were encountered: