-
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
[Feature] Resource Manager should trigger Exponential backoff for lack of resources #442
Comments
* Strip Type Metadata Signed-off-by: Haytham Abuelfutuh <[email protected]> * Strip variable descriptions Signed-off-by: Haytham Abuelfutuh <[email protected]> * Strip Description Signed-off-by: Haytham Abuelfutuh <[email protected]> * Use a fixed time for datetime field literals Signed-off-by: Haytham Abuelfutuh <[email protected]> * Move logic to strip metadata to k8s transformer Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update code documentation Signed-off-by: Haytham Abuelfutuh <[email protected]> * PR Comments Signed-off-by: Haytham Abuelfutuh <[email protected]>
* checkpoint Signed-off-by: Katrina Rogan <[email protected]> * lint Signed-off-by: Katrina Rogan <[email protected]> * rename Signed-off-by: Katrina Rogan <[email protected]> * more tests, fine Signed-off-by: Katrina Rogan <[email protected]> * cleanup Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Yee Hing Tong <[email protected]>
* Strip Type Metadata Signed-off-by: Haytham Abuelfutuh <[email protected]> * Strip variable descriptions Signed-off-by: Haytham Abuelfutuh <[email protected]> * Strip Description Signed-off-by: Haytham Abuelfutuh <[email protected]> * Use a fixed time for datetime field literals Signed-off-by: Haytham Abuelfutuh <[email protected]> * Move logic to strip metadata to k8s transformer Signed-off-by: Haytham Abuelfutuh <[email protected]> * Update code documentation Signed-off-by: Haytham Abuelfutuh <[email protected]> * PR Comments Signed-off-by: Haytham Abuelfutuh <[email protected]>
* checkpoint Signed-off-by: Katrina Rogan <[email protected]> * lint Signed-off-by: Katrina Rogan <[email protected]> * rename Signed-off-by: Katrina Rogan <[email protected]> * more tests, fine Signed-off-by: Katrina Rogan <[email protected]> * cleanup Signed-off-by: Katrina Rogan <[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! 🙏 |
This is already supported. |
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Jeev B <[email protected]>
Signed-off-by: Jeev B <[email protected]>
Motivation: Why do you think this is important?
When Resource Manager.AllocateToken() fails (due to lack of resources), propeller will keep traversing the same workflow over and over again attempting to allocate token and wasting time/resources.
Goal: What should the final outcome look like, ideally?
When AllocateToken fails, it should trigger exponential backoff and hold off attempting to allocate tokens to relieve pressure on the workers.
Flyte component
The text was updated successfully, but these errors were encountered: