mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-16 20:48:37 -04:00
Add new job status.
ready to send == we have created a dvla file in S3, the job id is in the file name sent to dvla == we have created an aggregate dvla file to send for the day and have sent the file via sftp
This commit is contained in:
@@ -416,6 +416,8 @@ JOB_STATUS_FINISHED = 'finished'
|
||||
JOB_STATUS_SENDING_LIMITS_EXCEEDED = 'sending limits exceeded'
|
||||
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_TYPES = [
|
||||
JOB_STATUS_PENDING,
|
||||
JOB_STATUS_IN_PROGRESS,
|
||||
|
||||
Reference in New Issue
Block a user