getwilds / rcromwell

R client for interacting with Cromwell with WDL workflows
http://getwilds.org/rcromwell/
Other
3 stars 2 forks source link

Document server up time of 7 days #27

Closed sckott closed 5 months ago

sckott commented 5 months ago

If a user submits a job to their proof based cromwell server, and it is still running when the 7 days are up, is that job interrupted at all?

No, Jobs keep running even if the cromwell server is unavailable.

So we can document that they don't need to worry about the 7 day thing, BUT they do need to have a server up and running to get data back out - unless they do it manually on the cluster presumably?

see also https://github.com/FredHutch/shiny-cromwell/issues/24 https://github.com/getwilds/proofr/issues/10

sckott commented 5 months ago

nevermind, goal is that this pkg is not dependent on proof/proofr at all