-
Notifications
You must be signed in to change notification settings - Fork 9
How it works
Code Slicer edited this page Jun 13, 2022
·
4 revisions
To achieve this behavior in a really simple way, we:
-
use the
discorgento_queue
table on the database to store the jobs: -
use Magento cron to simulate a queue, running every 5 minutes;
And.. that's it.
DISCLAIMER: yeah, this means that the jobs don't get executed immediately, but no worries. We have plans to add support to RabbitMQ as a real-time message consumer ;)
We want YOU for our community 🫵