mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 00:41:35 -05:00
Add a new task to update a job to error - note it leaves the notifications in whatever state they were in.
This commit is contained in:
@@ -448,6 +448,7 @@ JOB_STATUS_SCHEDULED = 'scheduled'
|
||||
JOB_STATUS_CANCELLED = 'cancelled'
|
||||
JOB_STATUS_READY_TO_SEND = 'ready to send'
|
||||
JOB_STATUS_SENT_TO_DVLA = 'sent to dvla'
|
||||
JOB_STATUS_ERROR = 'error'
|
||||
JOB_STATUS_TYPES = [
|
||||
JOB_STATUS_PENDING,
|
||||
JOB_STATUS_IN_PROGRESS,
|
||||
@@ -456,7 +457,8 @@ JOB_STATUS_TYPES = [
|
||||
JOB_STATUS_SCHEDULED,
|
||||
JOB_STATUS_CANCELLED,
|
||||
JOB_STATUS_READY_TO_SEND,
|
||||
JOB_STATUS_SENT_TO_DVLA
|
||||
JOB_STATUS_SENT_TO_DVLA,
|
||||
JOB_STATUS_ERROR
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user