Removal of Cron Jobs with Timeout - #589
Conversation
Modified code that removes cron jobs from 3rd-party add-ons so that the cru command call has a timeout to prevent a stuck commands.
|
I saw the problem report on the SNB Forums about the I don't know the reason for the Please take a look at the PR changes. |
I feel this is targeted at me 😁 I was going to spend some time trying to get some theories tested. But I agree in the meantime just a simple escape is the best solution |
At least for the next production release, the first priority (IMO) is to prevent the "hung" state. For the long run, we could spend some time investigating further what the issue is with the I do recall in the past there were some issues with cron jobs going missing during reboots, and I believe that was fixed with an exclusive FLock. Perhaps there is some race condition somewhere that causes a deadlock?? Anyway, I'm being summoned for dinner, so talk to you later, bud. |
Modified code that removes cron jobs from 3rd-party add-ons so that the
crucommand call has a timeout to prevent stuck commands.