Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Late attributes > 24 hours #32

Open
sfinkens opened this issue Mar 21, 2023 · 0 comments
Open

Allow Late attributes > 24 hours #32

sfinkens opened this issue Mar 21, 2023 · 0 comments

Comments

@sfinkens
Copy link

Currently the Late attribute is limited to 24 hours. It would be nice if it was unlimited.

>>> import ecflow
>>> ecflow.Late(complete="+48:00")
Traceback (most recent call last):
  File "myfile.py", line 2, in <module>
    ecflow.Late(complete="+48:00")
RuntimeError: TimeSeries::testTime: time hour(48) must be in range 0-23

I know I can split my workflow into smaller tasks, but I've come across a couple edge cases (database access, intermittent network problems) where this could be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant