fix(labrinth): let through emails when neverbounce hangs or fails (#6898)

* fix(labrinth): let through emails when neverbounce hangs or fails

* chore(ci): stack size
This commit is contained in:
François-Xavier Talbot
2026-07-27 18:10:54 +00:00
committed by GitHub
parent 354940a8c6
commit 20adb0f16a
3 changed files with 87 additions and 5 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ jobs:
REDIS_CONNECTION_TYPE: multiplexed
REDIS_URL: redis://127.0.0.1:7000,redis://127.0.0.1:7001,redis://127.0.0.1:7002,redis://127.0.0.1:7003,redis://127.0.0.1:7004,redis://127.0.0.1:7005
# Avoid stack overflows in tests
RUST_MIN_STACK: 67108864
RUST_MIN_STACK: 134217728
steps:
- name: Check out code