valentin-carl / nuclio

High-Performance Serverless event and data processing platform
https://nuclio.io
Apache License 2.0
0 stars 0 forks source link

Integrate Request in parallel system #32

Open KonsumGandalf opened 10 months ago

KonsumGandalf commented 10 months ago

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: