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
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 ;)