You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed this bug. When you have a long running check, if the application sends a SIGHUP to reload the config during the execution phase; the SIGHUB is ignored.
This looks to be the result of the following line:
I've noticed this bug. When you have a long running check, if the application sends a SIGHUP to reload the config during the execution phase; the SIGHUB is ignored.
This looks to be the result of the following line:
dd-agent/agent.py
Line 353 in 33afda6
The above line should be moved above
self.collector.run
so if a SIGHUP happens during the check it's caught by the reload code.The text was updated successfully, but these errors were encountered: