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
has been happening with grunti which fires off a status after submit -- that subsequent status ends up triggering another submit in a few cases..
given the glacial disk access on blanca, it is likely that > 10sec are passing for the first _sub to check the git repo updates, and so the second one gets the exact same set of updates.
thus, it would be good for _sub to create and remove a lock file so it is never run 2x. the problem here is cleaning up the lock after crashes, but presumably that is doable.
meanwhile, here's some lines to add to submit() method in grunter.py that should prevent the problem:
has been happening with grunti which fires off a status after submit -- that subsequent status ends up triggering another submit in a few cases..
given the glacial disk access on blanca, it is likely that > 10sec are passing for the first _sub to check the git repo updates, and so the second one gets the exact same set of updates.
thus, it would be good for _sub to create and remove a lock file so it is never run 2x. the problem here is cleaning up the lock after crashes, but presumably that is doable.
meanwhile, here's some lines to add to submit() method in grunter.py that should prevent the problem:
The text was updated successfully, but these errors were encountered: