X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=NOTES;h=28adf1971c959a42100a60e9bea75eeb25644a10;hb=92c7cf64ce0af77c4fe9a4de8fb466c71119a970;hp=ee84961285689704ea2b066a2d975891c962e6be;hpb=194ce5b02e0dffa662bb2ce3a531d4f3a1246bfb;p=bex.git diff --git a/NOTES b/NOTES index ee84961..28adf19 100644 --- a/NOTES +++ b/NOTES @@ -48,25 +48,26 @@ Message: (Optional) human-readable message explaining the status ### Status codes ### +FAILED Job failed to execute (i.e., it returned a non-zero exit code) +INTERR Internal error of BEX (e.g., failed to read job prolog file) NEW Newly inserted job, which did not run yet NOPING Host does not respond to ping NOXFER Transfer of the job body to a temporary file on the host has failed OK Job finished successfully (this is usually not seen in the queue, since finished jobs are immediately deleted or moved to the history) -FAILED Job failed to execute (i.e., it returned a non-zero exit code) -INTERR Internal error of BEX (e.g., failed to read job prolog file) +PREP Running preparatory commands (i.e., those present in Prep header field) PREPFAIL Preparatory commands failed (i.e., those present in Prep header field) REMOVED Job removed from the queue (behavior similar to OK) +RUN Job is running -These are present only in log files and messages sent over status FIFO: +Additional status codes recorded in the log files: -RUN Job is running -SEND Sending job to the host -PREP Running preparatory commands (i.e., those present in Prep header field) +REQUEUE Attempted to put on a queue, but it already was there -Status codes not tied to a specific job (sent over status FIFO): +Additional status codes sent only over status FIFO: -PING Trying to ping the host +DONE Done with the host (job equals "-") +INIT Host or job ready, preparing to execute jobs LOCKED Host or job not available, because it is locked by another brun -INIT Host ready, preparing to execute jobs -DONE Done with the host +PING Trying to ping the host (job equals "-") +SEND Sending job to the host