ecflow
ecflow copied to clipboard
ECMWF's workflow manager
### What happened? Hello developers, we have encountered a strange problem while using ecflow_ui. Our ecflow runs entirely on a cloud server, so we use x11 to forward ecflow_ui. At...
Currently the `Late` attribute is limited to 24 hours. It would be nice if it was unlimited. ```python >>> import ecflow >>> ecflow.Late(complete="+48:00") Traceback (most recent call last): File "myfile.py",...
Hi, I was reading my news feed this morning when I saw this article “Using Qt 6 under LGPLv3” - https://embeddeduse.com/2023/01/06/using-qt-5-15-and-qt-6-under-lgplv3/ It is written by a consultant that provides services...
Hi, I noticed that PyFlow has a dependency on `ecflow`, but instead of having the dependency listed in `setup.py`, it's using an `environment.yml` and Conda. Would it be possible to...
Hi, I think the prebuilt binaries link is now outdated and can be removed? Unless there's a new link to update it? It's pointing to which shows: 
Hi, I know there is some work happening on a new project documentation home for ecflow, in ReadTheDocs. I noticed most of the old content was being first ported to...
Hi, I have some troubles using the time dependency with an increment when there is also a day dependency. The task only executes itself on the first time step. I'm...
Hi,How to change the default utc time zone of ecflow to Beijing time zone?
Hi,In the process of using ecflow to schedule tasks, a problem was found,I set the running task at 4:00 pm through cron. Through observation, the task at 4:00 pm is...
Hi,I encountered a problem in the process of using `cron` , the time set by `cron` does not run in the time I expected, the code situation is as follows:...