mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
Adds another job state to account for when sending limits have been exceeded.
This commit is contained in:
@@ -157,7 +157,7 @@ class Template(db.Model):
|
||||
subject = db.Column(db.Text, index=False, unique=True, nullable=True)
|
||||
|
||||
|
||||
JOB_STATUS_TYPES = ['pending', 'in progress', 'finished']
|
||||
JOB_STATUS_TYPES = ['pending', 'in progress', 'finished', 'sending limits exceeded']
|
||||
|
||||
|
||||
class Job(db.Model):
|
||||
|
||||
Reference in New Issue
Block a user