Batchiepatchie can show 8 different statuses for a job.
- Submitted
- Pending
- Runnable
- Running
- Succeeded
- Failed
- Gone
- Terminated
Of these, first 6 correspond to AWS Batch job states.
The last two, GONE
and TERMINATED
are Batchiepatchie-specific.
-
GONE
: This means Batchiepatchie lost track of a job. There is no information if the job has succeeded or failed. A large number of jobs withGONE
status can indicate problems with Batchiepatchie or AWS Batch setup but by itself it is harmless. -
TERMINATED
: This is the same asFAILED
but if the job exit code indicatesSIGKILL
type of exit, then instead ofFAILED
, we display the textTERMINATED
. This often means the job was killed by "Terminate job" button, timeouts or out of memory.