Sometimes jobs fail unexpectedly. When this happens, BeyondCron makes it easy to see what, if anything, changed. Because BeyondCron uses git to store job definitions, all changes are available for future reference.

Listing changes

BeyondCron % job changes /admin/alerts/errors-all

Time Commit Action User Host Client ------------------- ------- --- ------- ------ ----------- ------ 17:02:10 24/09/2017 9613ae7 0 Updated admin example.com bc-web 17:02:07 24/09/2017 cedc084 -1 Updated admin example.com bc-web 17:01:53 24/09/2017 f9a5763 -2 Updated admin example.com bc-web 16:33:52 19/01/2017 e07c035 -3 Updated jsmith example.com bc-web ...

Displaying the most recent change

BeyondCron % job diff /admin/alerts/errors-all

Mode Disabled -> Enabled Conditions - /admin/** result is error - /admin/** result is missed - /admin/** result is exception + /admin/** result is failed

Displaying the diference between earlier versions

BeyondCron % job diff /admin/alerts/errors-all -3 -2

Mode Enabled -> Disabled

For more information see the job changes and job diff man pages.