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
In order to support concurrent workers we need to split the job dispatching from the queue working. The challenge is to provide an ergonomic API that doesn't overwhelm beginners by forcing them to setup workers.
The current implementation of the queue service contains the queue and the worker.
In order to support concurrent workers we need to split the job dispatching from the queue working. The challenge is to provide an ergonomic API that doesn't overwhelm beginners by forcing them to setup workers.
The current implementation of the queue service contains the queue and the worker.
Proper locking with Postgres: https://www.2ndquadrant.com/en/blog/what-is-select-skip-locked-for-in-postgresql-9-5/
The text was updated successfully, but these errors were encountered: