magento / meta-for-magento2

33 stars 19 forks source link

Defered sending the data #20

Open rsantellan opened 10 months ago

rsantellan commented 10 months ago

Description (*)

When Magento is on heavy load the connections for sending the data stress more the server that already is, perhaps can have an option to send to the queue and then send them from the crons of Magento.

Expected behavior (*)

The event instead of been send real time are send by the queue of Magento.

Benefits

When the servers are really on heavy load instead of loosing the events they are stored for sending later.

Additional information