Skip to content

Commit a9a181e

Browse files
authored
bug: Post release fixes for Reliability (#893)
Address a number of post landing concerns: * Fix the `garbage_collect` method to use the correct Redis table * Have redis connection report to error logging (these are not service critical errors, since they relate to reporting) * Make some of the logging messages more consistent and easier to read.
1 parent 9380c22 commit a9a181e

File tree

5 files changed

+124
-83
lines changed

5 files changed

+124
-83
lines changed

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
env:
17-
MDBOOK_ENV: 0.4.40
18-
MERMAID_ENV: 0.13.0
17+
MDBOOK_ENV: 0.4.44
18+
MERMAID_ENV: 0.14.1
1919
DEST_DIR: /home/runner/.cargo/bin
2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)