-
Notifications
You must be signed in to change notification settings - Fork 670
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
Provide ability to set a max limit on number of executors that can be set by user. #366
Comments
@migueltol22 it seems you have a PR in progress here, any updates? |
Signed-off-by: Yuvraj <[email protected]>
…teorg#366) * checkpoint Signed-off-by: Katrina Rogan <[email protected]> * Add test Signed-off-by: Katrina Rogan <[email protected]>
Signed-off-by: Nastya Rusina <[email protected]>
## [0.50.3](http://github.com/lyft/flyteconsole/compare/v0.50.2...v0.50.3) (2022-04-09) ### Bug Fixes * fixed the css to avoid overflow and add the duration back to the table ([flyteorg#368](http://github.com/lyft/flyteconsole/issues/368)) ([55c63d2](http://github.com/lyft/flyteconsole/commit/55c63d2145b9faafade9132aec6db06cd632eb95)) * return back static assets folder ([flyteorg#366](http://github.com/lyft/flyteconsole/issues/366)) ([067e61d](http://github.com/lyft/flyteconsole/commit/067e61d83c7b6e50378c13fb0616abf4614f1348))
* Switch to using official `dask` plugin Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix small code nits Signed-off-by: Bernhard Stadlbauer <[email protected]> --------- Signed-off-by: Bernhard Stadlbauer <[email protected]>
Signed-off-by: Yuvraj <[email protected]>
…teorg#366) * checkpoint Signed-off-by: Katrina Rogan <[email protected]> * Add test Signed-off-by: Katrina Rogan <[email protected]>
* Switch to using official `dask` plugin Signed-off-by: Bernhard Stadlbauer <[email protected]> * Fix small code nits Signed-off-by: Bernhard Stadlbauer <[email protected]> --------- Signed-off-by: Bernhard Stadlbauer <[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! 🙏 |
closing as unplanned. |
Motivation: Why do you think this is important?
A user can specify an arbitrarily high number of executors in spark task. From the maintainer perspective it should be possible to add safeguards to avoid a user setting a very large number of executors.
Goal: What should the final outcome look like, ideally?
Configuration option to specify max limit of executors in spark plugin.
Describe alternatives you've considered
Flyte component
[Optional] Propose: Link/Inline
If you have ideas about the implementation please propose the change. If inline keep it short, if larger then you link to an external document.
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: