Skip to content

Commit 9ad65c6

Browse files
committed
fix: support terminated job state
Upgrade to `virtool-workflow==4.0.3` which supports this feature. BREAKING CHANGE: Changes to the workflow API mean container configurations need to be updated.
1 parent 4880cef commit 9ad65c6

File tree

3 files changed

+90
-11
lines changed

3 files changed

+90
-11
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM virtool/workflow:2.1.0
1+
FROM virtool/workflow:4.0.2
22

33
WORKDIR /workflow
44
COPY workflow.py /workflow/workflow.py

poetry.lock

Lines changed: 88 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Ian Boyes <igboyes@gmail.com>"]
66

77
[tool.poetry.dependencies]
88
python = "^3.8"
9-
virtool-workflow = "^2.0.0"
9+
virtool-workflow = "^4.0.0"
1010

1111
[tool.poetry.dev-dependencies]
1212

0 commit comments

Comments
 (0)