|
|
|
|
|
by andrew-v
864 days ago
|
|
SKIP LOCKED is a good idea to make sure that the tasks can be processed independently by the workers, but what about a case where you have to guarantee the order of events? I guess this Postgres queue is a very handy tool for cases like background jobs, but will it work with event sourcing? |
|