5 ms·
You can look at it both ways. Using the database as a queue, you no longer need to setup transaction triggers to fire your tasks, you can have atomic guarantee
by phn 8mo ago
You can look at it both ways.
Using the database as a queue, you no longer need to setup transaction triggers to fire your tasks, you can have atomic guarantees that the data and the task were created successfully, or nothing was created.