Request count with idle timeout?
I swear I used to be able to set idle timeout with the request count option, but I noticed somewhat recently (within past couple months) this option is disabled unless I use queue delay.
I would like to be able to send a request, and if another request is sent within 300 seconds, keep serverless running to await new request, otherwise startup another worker (request count set to 1). The idea with request count vs queue delay is simply due to function. With request count everything works as expected. When using queue delay, I have all sorts of problems across all my images, where things stay queued for hours and never actually start, so I cannot use queue delay.
1 Reply
Unknown User•5mo ago
Message Not Public
Sign In & Join Server To View