I have a queue triggered function that POSTs to a server. I want to limit the number of posts made to the server to 1 post/ every 3 seconds. Is there a way to do this? If so, how?
Asked
Active
Viewed 51 times
1
-
Yes. Please try setting the nextvisibletime as suggested by the post @Mikhail pointed. – Pragna Gopa Mar 19 '18 at 19:38
-
I had to use a combination of nextvisibletime and setting queues.batchSize to 1 – Darth Veder Mar 19 '18 at 21:50