Integrate system which throttles the request proccessed per second.
Hereby all schedulers share a pool of max requests per second which they can not overload, except the DeadlineSchedulerm which is always able to execute as much as it needs.
Tasks:
Integrate Endpoint to set the max number of requests
Integrate the requests into the sharedNexus
Integrate system into BulkScheduler and DeadlineScheduler
Integrate system which throttles the request proccessed per second. Hereby all schedulers share a pool of max requests per second which they can not overload, except the
DeadlineScheduler
m which is always able to execute as much as it needs.Tasks:
Nexus
BulkScheduler
andDeadlineScheduler