TheRacetrack / plugin-python-job-type

A plugin for Racetrack which extends it with Python Job Type
Apache License 2.0
0 stars 1 forks source link

Cap the number of concurrent requests #40

Closed iszulcdeepsense closed 3 months ago

iszulcdeepsense commented 3 months ago

Some jobs can consume a lot of memory, and if there are too many of them running at the same time, the server can run out of memory and crash. To prevent this, let's add a new configuration option in the manifest YAML file to limit the number of concurrent requests for the Job.