Skip to content

How it works

Code Slicer edited this page Jun 13, 2022 · 4 revisions

image

To achieve this behavior in a really simple way, we:

  • use the discorgento_queue table on the database to store the jobs: image

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

Clone this wiki locally