mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-23 17:01:35 -05:00
Merge pull request #656 from alphagov/add-cancel-job-endpoint
Add an endpoint to cancel a job
This commit is contained in:
@@ -305,6 +305,7 @@ JOB_STATUS_IN_PROGRESS = 'in progress'
|
||||
JOB_STATUS_FINISHED = 'finished'
|
||||
JOB_STATUS_SENDING_LIMITS_EXCEEDED = 'sending limits exceeded'
|
||||
JOB_STATUS_SCHEDULED = 'scheduled'
|
||||
JOB_STATUS_CANCELLED = 'cancelled'
|
||||
|
||||
|
||||
class JobStatus(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user