-
Notifications
You must be signed in to change notification settings - Fork 94
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
suite database: task and job status #864
Comments
The task status entries will probably need an |
I would have thought that it is not the task's concern to know where it sits? All we need to do is put the task in a table that represents the current pool? |
More considerations... Users want to query:
|
Job status and log files table implemented in #1493. |
[meeting] @matthewrmshin, please strike through stuff that's done. |
A user mentioned that it would be useful to be able to easily find out if a task's status has been reset by a user command or not via Rose Bush. Currently, we can only find this information via the suite log. If we have a table to record task status change time and originator in the database, we should be able to display the information via Rose Bush (or successor). |
Most of this is now done. We are considering a DB refactor, closing this as superseded by #3872. |
Cylc has changed a lot since we implemented the task states and events database in #198. It is about time that we rethink the data model. This is a list of things I can think of, roughly arranged in possible tables.
Job status:
Task pool/status:
Task status change:
Do we need to store task prerequisites? If so:
Task prerequisites and outputs:
See also #421, #705, #1032.
The text was updated successfully, but these errors were encountered: