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
First of all, let me say that safeguard working very well.
My team and I encounter a problem.
When we are running the safeguard on interval mode, we want the ability to count the number of times that we are executing each probe.
The reason for that is because we have a logging mechanism in each probe, and when we are executing those functions every few seconds, it's flooding the system with those logs.
But, we also want to log at least once.
So, our solution for that issue is if you will get as an argument (in the before_activity function) the amount of the execution of each probe, it will solve that problem.
The text was updated successfully, but these errors were encountered:
roeiK-wix
changed the title
Safeguard - Interval running from start till the end including configure control and rollback
Safeguard - Interva problem
Dec 6, 2020
roeiK-wix
changed the title
Safeguard - Interva problem
Safeguard - Interval problem
Dec 6, 2020
First of all, let me say that safeguard working very well.
My team and I encounter a problem.
When we are running the safeguard on interval mode, we want the ability to count the number of times that we are executing each probe.
The reason for that is because we have a logging mechanism in each probe, and when we are executing those functions every few seconds, it's flooding the system with those logs.
But, we also want to log at least once.
So, our solution for that issue is if you will get as an argument (in the before_activity function) the amount of the execution of each probe, it will solve that problem.
The text was updated successfully, but these errors were encountered: