Jobs and queues
Background work this deployment is running, has finished, or has failed. One job at a time, by id.
Note: One job by id — there is no list of them
staffJobGet is registered and real, so a job id becomes a state here. staffJobsList is not registered, so “what is running right now” is a question this build cannot answer at all — there is no table on this screen because there is nothing to fill one with, not because the queue is empty.
staffJobRetry and staffJobCancel are unregistered too. A job is observed here, never operated: there is no retry and no cancel control, not a disabled one.
Look up a job
From a log line, an audit row or a receipt. A job you cannot reach and a job that does not exist answer the same way, on purpose.