Is it possible to empty the queue of tasks on google cloud run where I run a plumber API? I will get a lot of pushes in a batch, but I just want to run the script once. So the best solution would be to delete the post requests waiting in the queue at the end of the calculation.
I could not find a good solution yet. Do you have any tips or tricks? Any help is appreciated.
Asked a similar question on Rstudio community HERE