(bug) improve workers to check rsync state #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I have an rsync process which seems to be done; but it executed with
It didn't 1) fail the run and 2) didn't seem to recognize the run was failing.
Also keep in mind that the error (not shown here, but failing other runs) "file vanished" or likewise, should not fail a run unless rsync really borks out.
The worker picked up the failing run eventually; but considering this took almost a day we might want to revise worker pings (and probably make them configurable in global config)