Skip to content

Add failsafe if a Galaxy accepts a job but never returns its status

Summary of Changes

This should be the last MR for now. It adds a check to see if a job isn't receiving updates from the Galaxy monitoring loop. If it doesn't receive one within 10 seconds of launch, then an error is reported. Note that if a job is receiving updates that state that the job is still launching, this error will not be triggered.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #18 (closed)

Merge request reports