Commit d0482a4
refactor: remove hedging tag, use mongodb directly for heartbeats (NdoleStudio#893)
Now that the migration is complete, remove the 'hedging' case from the
HEARTBEAT_DB_BACKEND switch. Only 'mongodb' is supported going forward.
- Update DI container to only recognize 'mongodb' case
- Update integration test .env.test to use HEARTBEAT_DB_BACKEND=mongodb
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 49901d0 commit d0482a4
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
905 | 905 | | |
906 | 906 | | |
907 | 907 | | |
908 | | - | |
| 908 | + | |
909 | 909 | | |
910 | 910 | | |
911 | 911 | | |
| |||
1734 | 1734 | | |
1735 | 1735 | | |
1736 | 1736 | | |
1737 | | - | |
| 1737 | + | |
1738 | 1738 | | |
1739 | 1739 | | |
1740 | 1740 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
0 commit comments