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
{{ message }}
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.
As of now, the update process is started once every 15 minutes. If nvd.nist.gov slows down for some reason (I've seen dramatic slowdowns a couple days ago), we can have two or more update processes running concurrently. I suggest doing something like this instead:
flock -n /tmp/nvd.lock /mirror.sh
so that the spawned process immediately exits if there is another one running.
The text was updated successfully, but these errors were encountered:
nigredo-tori
changed the title
Don't run an update process if one is already running
Don't start the update process if one is already running
Apr 8, 2020
As of now, the update process is started once every 15 minutes. If nvd.nist.gov slows down for some reason (I've seen dramatic slowdowns a couple days ago), we can have two or more update processes running concurrently. I suggest doing something like this instead:
so that the spawned process immediately exits if there is another one running.
The text was updated successfully, but these errors were encountered: