Merge pull request #855 from alphagov/create-dvla-file

Add new job status for dvla file processing
This commit is contained in:
Rebecca Law
2017-03-13 11:31:24 +00:00
committed by GitHub
2 changed files with 26 additions and 0 deletions

View File

@@ -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,