Skip to content

Commit

Permalink
fix: support terminated job state
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
igboyes committed May 6, 2022
1 parent 4880cef commit 9ad65c6
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 11 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:2.1.0
FROM virtool/workflow:4.0.2

WORKDIR /workflow
COPY workflow.py /workflow/workflow.py
97 changes: 88 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["Ian Boyes <[email protected]>"]

[tool.poetry.dependencies]
python = "^3.8"
virtool-workflow = "^2.0.0"
virtool-workflow = "^4.0.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit 9ad65c6

Please sign in to comment.