(domains) add periodic task to fetch domains status

Add celery crontab to check and update domains status.
This task calls dimail API.
This commit is contained in:
Sabrina Demagny
2025-01-25 16:45:54 +01:00
parent 48264a0b40
commit 68ed5e4d55
6 changed files with 183 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ dependencies = [
"PyJWT==2.10.1",
"boto3==1.37.10",
"celery[redis]==5.4.0",
"django-celery-beat==2.7.0",
"django-celery-results==2.5.1",
"django-configurations==2.5.1",
"django-cors-headers==4.7.0",
"django-countries==7.6.1",