Skip to content

Commit 1f5d653

Browse files
committed
fix: prevent loss of Redis connection
Use virtool-workflow==1.0.5, which pings the connected Redis server regularly to maintain the connection.
1 parent d7aefdf commit 1f5d653

File tree

2 files changed

+325
-146
lines changed

2 files changed

+325
-146
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM virtool/workflow:1.0.3
1+
FROM virtool/workflow:1.0.5
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)