pg_net: Add max_concurrency parameter (or include concurrent requests in the batch_size) #36987
Unanswered
sebahacket
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
As far as I understand, the batch_size it is just the amount of request being dispatched every tick but this does not take into account running requests. My current use case is that once a record is inserted in a media table, I call a function to process the image. It is indeed going into a queue which eventually processes everything however in some cases I want to limit how many concurrent requests are happening at the same time.
All reactions