Skip to content

Commit

Permalink
fix: prevent loss of Redis connection
Browse files Browse the repository at this point in the history
Use virtool-workflow==1.0.5, which pings the connected Redis
server regularly to maintain the connection.
  • Loading branch information
igboyes committed Dec 6, 2021
1 parent d7aefdf commit 1f5d653
Show file tree
Hide file tree
Showing 2 changed files with 325 additions and 146 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM virtool/workflow:1.0.3
FROM virtool/workflow:1.0.5

WORKDIR /app

Expand Down
Loading

0 comments on commit 1f5d653

Please sign in to comment.