Merge pull request #1533 from GSA/notify-api-1531

Investigate bulk_save_objects for notification inserts
This commit is contained in:
Kenneth Kehl
2025-01-15 09:47:00 -08:00
committed by GitHub
17 changed files with 278 additions and 46 deletions

View File

@@ -208,6 +208,11 @@ class Config(object):
"schedule": timedelta(minutes=82),
"options": {"queue": QueueNames.PERIODIC},
},
"batch-insert-notifications": {
"task": "batch-insert-notifications",
"schedule": 10.0,
"options": {"queue": QueueNames.PERIODIC},
},
"expire-or-delete-invitations": {
"task": "expire-or-delete-invitations",
"schedule": timedelta(minutes=66),