mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-12 05:09:35 -04:00
Merge pull request #430 from GSA/notify-api-427
notify-api-427 bug with worker failures
This commit is contained in:
4
Pipfile
4
Pipfile
@@ -37,7 +37,7 @@ docutils = "==0.16"
|
||||
eventlet = "==0.33.3"
|
||||
flask = "~=2.3"
|
||||
flask-bcrypt = "==1.0.1"
|
||||
flask-marshmallow = "==0.15.0"
|
||||
flask-marshmallow = "==0.14.0"
|
||||
flask-migrate = "==4.0.4"
|
||||
flask-redis = "==0.4.0"
|
||||
flask-sqlalchemy = "==3.0.5"
|
||||
@@ -50,7 +50,7 @@ marshmallow = "==3.20.1"
|
||||
marshmallow-sqlalchemy = "==0.29.0"
|
||||
notifications-python-client = "==6.3.0"
|
||||
oscrypto = "==1.3.0"
|
||||
psycopg2-binary = "==2.9.7"
|
||||
psycopg2-binary = "==2.9.3"
|
||||
pyjwt = "==2.8.0"
|
||||
python-dotenv = "==1.0.0"
|
||||
radon = "==6.0.1"
|
||||
|
||||
@@ -195,11 +195,6 @@ class Config(object):
|
||||
'schedule': crontab(),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
'tend-providers-back-to-middle': {
|
||||
'task': 'tend-providers-back-to-middle',
|
||||
'schedule': crontab(minute='*/5'),
|
||||
'options': {'queue': QueueNames.PERIODIC}
|
||||
},
|
||||
'check-for-missing-rows-in-completed-jobs': {
|
||||
'task': 'check-for-missing-rows-in-completed-jobs',
|
||||
'schedule': crontab(minute='*/10'),
|
||||
|
||||
Reference in New Issue
Block a user