(domains) define domain check interval as a settings

For now, to avoid overloading dimail, we have defined a
time interval between each check request to dimail.
This interval should be configurable for testing and
different environments.
This commit is contained in:
Sabrina Demagny
2025-03-21 18:38:41 +01:00
parent 7dac39034a
commit feb5d7154b
4 changed files with 13 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ and this project adheres to
### Added
- ✨(domains) define domain check interval as a settings
- ✨(oidc) add simple introspection backend #832
- 🧑‍💻(tasks) run management commands #814