firm-tan•15mo ago
Custom autoscale for each route
Are we able to set max concurrency per route using a router? avoiding the same router to have more than one instance running.
1 Reply
It should be solved by logic: if you want to process requests one by one, add them one by one: i.e. create first request of a kind and save the rest in userData, then when request is done add next one from userData etc