|
|
|
|
|
by r38y
5022 days ago
|
|
You have to make sure your periodic tasks acts in such a way that if a piece fails, the rest doesn't execute (using && for instance). Then you would add hitting your special url the last thing to execute. If you have a way of checking things like this, great! You should keep doing that! |
|
You may also have to consider warning conditions which might be more catastrophic to your "pipe" that the original program would believe.