Skip to content

Commit 2306d72

Browse files
author
jmzhang
committed
release
1 parent 8ed5754 commit 2306d72

11 files changed

Lines changed: 129 additions & 1 deletion

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ classifiers = [
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
]
2525
dependencies = [
26+
"numpy==2.1",
27+
"pandas>=2.3.0",
2628
"psycopg2-binary>=2.9.9",
2729
"pydantic>=2.11.5",
2830
"pydantic-settings>=2.9.1",
31+
"pygments>=2.19.2",
2932
"snakemake>=9.6.2",
3033
"snakemake-interface-logger-plugins>=1.2.3",
3134
"sqlalchemy>=2.0.41",

snakemake_logger_plugin_flowo/event_handlers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ def handle(
8484
workflow = session.query(Workflow).filter(Workflow.id == workflow_id).first()
8585
if workflow and workflow.status == Status.RUNNING:
8686
workflow.status = Status.ERROR
87+
workflow.end_time = datetime.now()
8788

8889

8990
class WorkflowStartedHandler(EventHandler):
Binary file not shown.
-590 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)