(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

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(domains) add periodic tasks to fetch domain status
- 🧑‍💻(docker) add celery beat to manage periodic tasks
- ✨(organization) add metadata field #790
- ⬆️(nginx) bump nginx-unprivileged to 1.27 #797