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
Implement a semaphore mechanism in the scripts to assure crontab calls, which run every minute, don't stack up if for some reason the usually quick commands it calls take more than a minute to run.
The text was updated successfully, but these errors were encountered:
For monitor_metrics.sh were you picturing a lock at the level of monitor_metrics.sh or at the level of the individual functions in that script?
I would assume monitor_metrics.py and/or it's wrapper would just be locked at the script level.
I've done this locking for shell scripts in the past, and it's quite simple to do the locking at the script level, quite willing to conribute something here.
Implement a semaphore mechanism in the scripts to assure crontab calls, which run every minute, don't stack up if for some reason the usually quick commands it calls take more than a minute to run.
The text was updated successfully, but these errors were encountered: