You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bgworker currently runs single instance. allow for configuring the number of concurrent bgw that can execute jobs.
We will need to handle the pgmq visibility timeout more careful when there are concurrent workers reading jobs. When background worker picks up a task, it will set the VT to 100 seconds:
bgworker currently runs single instance. allow for configuring the number of concurrent bgw that can execute jobs.
We will need to handle the pgmq visibility timeout more careful when there are concurrent workers reading jobs. When background worker picks up a task, it will set the VT to 100 seconds:
pg_later/src/bgw.rs
Line 57 in fdc5201
Any task lasting longer than 100 seconds will be subject to duplicate processing.
The text was updated successfully, but these errors were encountered: