Homepage

BackgroundJobsTypeEnum

Last edit: Oct 26, 2022

Background Jobs Type

enum BackgroundJobsTypeEnum {
  DEAD
  RETRY
  RUNNING
  SCHEDULED
}

Values

DEAD

Jobs that have failed max_attempts times and won't be retried any more

RETRY

Jobs that have failed and are scheduled for a retry

RUNNING

Jobs that are being processed in this moment

SCHEDULED

Jobs that have been scheduled to be performed in the future

Questions?

We are always happy to help with any questions you may have.

contact us