Slow Publish and Synchronization

Edit on GitHub

Publish and Synchronization is slow on all or some actions.

Cause

There are two possible causes for the slow PUblish and Synchronization:

  • All the PUblish and Synchronization events go to the event message queue.

an-event-message-queue

  • Messages that are not used on the project.

Solution

  1. Integrate multi-queue publish structure. The Publish action, in this case, can look like this:

publish-action

  1. Check and disable messages that are not used on the project.