Commit Graph

22 Commits (27bbab97d6e1756085b75226bdf150f6c8d0d7ee)

Author SHA1 Message Date
Tim Möhlmann 049ca9941f
Cleanup syntax and fix typo
Tim Möhlmann 7d01bb2a4d
LOG_LEVEL docs and changelog entry
Tim Möhlmann b04a9d1c28
Implement debug logging for template rendering
Tim Möhlmann b9313488dd
Add logging for tenacity.retry
In the process we found that the previous way of tenacity syntax caused it not to honor any args.
In this commit we've refactored to use the @decorator syntax, in which tenacity seems to behave better.
mergify[bot] 37027cfce7
Merge pull request from kaiyou/fix-sender-checks
Improve sender checks
Ionut Filip 1187cac5e1 Finished up switching from .sh to .py
Ionut Filip eb7dfb5771 Cleaning up start.py
kaiyou f647d1a0bc Merge branch 'master' into fix-sender-checks
kaiyou 00b5ae11db
Merge branch 'master' into feat-abstract-db
kaiyou 8b189ed145 Separate senderaccess and senderlogin maps
kaiyou fc99eb7b34 Re-enable sender access check to prevent source spoofing
Tim Möhlmann 0817629869
Increase attempts as it failed on fresh Swarm host
Tim Möhlmann 1bae5968ad
Import tenacy and fix syntax errors
Tim Möhlmann c457ccfa60
Use tenacity for resolver retries
kaiyou f5668dea51 Handle relays as virtual transports through podop
kaiyou 43b6547e1c Lower the loglevel of podop
kaiyou 6d088504bd Adjust podop debug level based on environment
kaiyou 7143fb8c47 Implement some basic views for podop
Tim Möhlmann cc8e15748b Retry 10 times when resolving fails in start.py scripts
Pierre Jaury bb73933e1e Switch postfix to Podop
Mildred Ki'Lya ae8c9f5a6b Add various environment variables to allow running outside of docker-compose
kaiyou 689be5f2d9 Move all directories per theme