Skip to content

@saflib/jobs-db


errors

Classes

ClassDescription
JobNotCancellableErrorCancel rejected because the job is running or already terminal.
JobNotFoundErrorNo job row exists for the given id.
JobNotRetryableErrorRetry rejected because the job is not dead or cancelled.
JobNotRunningErrorThe job exists but is not in running status.
JobsDatabaseErrorSuperclass for all handled jobs db errors
JobSpawnCapExceededErrorEnqueue rejected because the original-request spawn cap was reached.