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

Consider adding a Rocoto action to monitor jobs. #629

Open
christinaholtNOAA opened this issue Oct 28, 2024 · 0 comments
Open

Consider adding a Rocoto action to monitor jobs. #629

christinaholtNOAA opened this issue Oct 28, 2024 · 0 comments

Comments

@christinaholtNOAA
Copy link
Contributor

@mkavulich has introduced code to the SRW E2E testing framework that runs and monitors a Rocoto workflow through completion (or various forms of failure) and logs the results.

This functionality would be useful for any app running a Rocoto workflow and could be foundational for building testing frameworks for those apps. It also removes the need for a user to have cron installed, and its use is restricted on some platforms.

The idea is that this code would fit into the uw rocoto tool under a new action named something like monitor (not a requirement) and would take arguments indicating the paths to an XML, a database file, and a log file, and would issue rocotorun and rocotostat alternatively until the workflow fails or completes, logging the status with each iteration.

Mike also added the ability to restart a monitoring session from an existing log file, so we'd likely want to take that into account.

@christinaholtNOAA christinaholtNOAA converted this from a draft issue Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant