Skip to content
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

Add support to configure a limit for concurrent Task Launches #2140

Closed
sabbyanandan opened this issue Apr 12, 2018 · 2 comments
Closed

Add support to configure a limit for concurrent Task Launches #2140

sabbyanandan opened this issue Apr 12, 2018 · 2 comments
Assignees
Milestone

Comments

@sabbyanandan
Copy link
Contributor

sabbyanandan commented Apr 12, 2018

As a user, I'd like to configure a maximum limit for concurrent Task launches, so I can limit the number of Task launches and by the virtue of it I don't run the risk of saturating the IaaS/hardware resource limits.

Notes:

  • The user should be able to configure a "maximum task launches at a time" as a server-level setting. Perhaps call the new property spring-cloud-dataflow-concurrent-task-limit?
  • The new property will be treated similarly to feature-toggle flags such as spring.cloud.dataflow.features.skipper-enabled.
  • At runtime, upon a new launch request, the new property would be used to compare against the actual number of running Tasks to make decisions
@dturanski
Copy link
Contributor

This info is already in the the TASK_EXECUTION table

@sabbyanandan sabbyanandan changed the title [Local Server] Add support to configure a limit for concurrent Task Launches Add support to configure a limit for concurrent Task Launches Jul 10, 2018
@sabbyanandan
Copy link
Contributor Author

Thanks. The description should reflect the new property that we had recently discussed. Feel free to change the property name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants