In some servers it gets stuck when reloading after a change in the rules. It can be solved by stop using the reload handler and only use the restart handler, which works well.
Steps to Reproduce
Playbook with changes in rules
When it tries to reload does not end
Expected behavior:
To work after changing the rules
Actual behavior:
Gets stuck reloading after change in rules
The cause of the problem was that the remote write to a new version of promscale was not working properly. The promscale version was 0.5.1 and the prometheus one 2.2.1
Description
In some servers it gets stuck when reloading after a change in the rules. It can be solved by stop using the reload handler and only use the restart handler, which works well.
Steps to Reproduce
Expected behavior: To work after changing the rules
Actual behavior: Gets stuck reloading after change in rules
Reproduces how often: Only on some servers
Environment
Additional Information
N/A