|
|
|
|
|
by ffsm8
864 days ago
|
|
You're responsible for writing the query that selects the tasks to process, so yes? You can obviously group by a common id, order by inserted and use limit 1.
And if every event has to be processed in order, then you've created a system that can't be parallel, so you'll be effectively limited to a single worker. |
|