more work

This commit is contained in:
Kenneth Kehl
2024-12-13 16:45:09 -08:00
parent 7529ae0153
commit b784d33173
4 changed files with 18 additions and 12 deletions

View File

@@ -196,6 +196,11 @@ class Config(object):
"schedule": timedelta(minutes=63),
"options": {"queue": QueueNames.PERIODIC},
},
"process-delivery-receipts": {
"task": "process-delivery-receipts",
"schedule": timedelta(minutes=8),
"options": {"queue": QueueNames.PERIODIC},
},
"expire-or-delete-invitations": {
"task": "expire-or-delete-invitations",
"schedule": timedelta(minutes=66),