1
pg_net: Add max_concurrency parameter (or include concurrent requests in the batch_size)
Source: supabase/supabase#36987 · opened by @sebahacket
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.
No pledges yet. Be the first to back this.
Comments
Similar requests
Support For PUT in pg_net
1 vote · 0 comments
expand pg_net functionality with more operations and other data types?
1 vote · 0 comments
Allow selecting a schema in database connection string settings
4 votes · 0 comments
PG_NET - Http request queue priority
1 vote · 0 comments
Allow making multiple `pg_net` requests in parallel from a query
2 votes · 0 comments
No comments yet.