Creating new deployment and reset sagas leads to high load and accessibility problems with independent deployments #2160
Labels
bug
Issues related to defects and incorrect/unexpected feature behavior
severity: major
Issues with high impact on the product, e.g., new packages, installation issues, etc.
Describe the bug
We have a task to automate our release. It does the following steps:
Yesterday we run this script twice in the afternoon.
After that our independent main production deployment had the following issues:
In new deployments event store adds about 5000 events in hour without any activity.
In a 5 hours the event store had 25000 events
After two hours the situation became better and we tried to reproduce the issue and run the steps above one more time, exactly after that the issue with production deployment returned.
After that we decided to delete all three new deployments and in a minute the load became zero and any issues were gone.
The text was updated successfully, but these errors were encountered: