When executing jobs, as well as logging the output of each job, BeyondCron records how each job was started, and also if killed, who killed it.

Started by

Jobs can be started in one of trhee ways, schedule, condition/trigger and interactively.

Job scheduled Job triggered Job started interactively

Killed by

If a job is killed, the name of the user that killed the job is also logged.
Job killed

Command line

Using the command line/terminal, it possible to see the action history of more than one execution at a time.

BeyondCron % job history /examples/triggers/sleepy

Start time Run time Result -------------- -------- ------- 06:42:06 today 1:00 Success 06:56:45 today 1:00 Success 07:19:00 today 1:00 Success 07:26:37 today 11 Killed

BeyondCron % job history full /examples/triggers/sleepy

Timestamp Start time Run time Trigger Result Code Output Message ------------- ----------------------- ------------ ------------------------- ------- ---- ------ ------- 1712904126039 12/04/2024 06:42:06 UTC 00:01:00.036 scheduler Success 0 No 1712905005708 12/04/2024 06:56:45 UTC 00:01:00.006 jsmith Success 0 No 1712906340088 12/04/2024 07:19:00 UTC 00:01:00.030 /examples/triggers/sunset Success 0 No 1712906797860 12/04/2024 07:26:37 UTC 00:00:11.857 scheduler Killed -1 No   jsmith