try batch inserts

This commit is contained in:
Kenneth Kehl
2025-01-10 07:58:24 -08:00
parent 4293da640a
commit 874c8ffb54
4 changed files with 36 additions and 5 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),