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

rose bush: take advantage of new tables in cylc suite run time database file #1646

Closed
matthewrmshin opened this issue Jul 1, 2015 · 2 comments
Assignees
Milestone

Comments

@matthewrmshin
Copy link
Member

cylc/cylc-flow#1493 and cylc/cylc-flow#1503 introduce 3 new tables to the cylc suite run time database:

Rose Bush should take advantage of them:

  • Display current and historical broadcasts in a table. (New page?)
  • task_jobs should be much easier to query than task_events.
  • task_job_logs will replace the log_files table in log/rose-job-logs.db.
    This table should be consulted first if it exists.
    We should only need to consult the log_files table in log/rose-job-logs.db
    to see if the file is in a tar archive or is removed.

We should probably have a listing of tasks, with their jobs grouped together.

@matthewrmshin matthewrmshin self-assigned this Jul 1, 2015
@matthewrmshin matthewrmshin added this to the soon milestone Jul 1, 2015
@matthewrmshin matthewrmshin changed the title rose bush: take advantage new tables in cylc suite run time database file rose bush: take advantage of new tables in cylc suite run time database file Sep 22, 2015
@matthewrmshin
Copy link
Member Author

The only thing left to do is to take advantage of task_job_logs, but this has a dependency on moving job log housekeeping functionality to cylc.

@matthewrmshin
Copy link
Member Author

Now that I have thought about it, there is no reason why we have to wait for moving job log housekeeping functionality to cylc. We can make assumption by doing a quick file listing looking for log/job/CYCLE/ directories and log/job-CYCLE.tar.gz files.

@matthewrmshin matthewrmshin modified the milestones: next-release, soon Oct 19, 2015
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