Functionsยง
- forking_
loop - Runs
jobrepeatedly forever by forking off a child, running thejobin the child once. In the parent, wait for the child to end, then treat both error returns and crashes / non-0 exits as errors. Restart but back off before retrying, using the givenLoopWithBackoffconfig. Runsuntilafter every run, and returns if it returns true.