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
Prevent concurrent migverifyarchives cronjobs and resulting interference (#282)
If there are a many or big archives to verify the hourly run may not
complete before the next one kicks in and messes with the same
verification output file.
Add a simple PID file in the `migverifyarchives` cronjob and use it to
prevent multiple running instances that would interfere with one another
like that.
0 commit comments