You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can't run Batch locally like we could with Nomad. This means that there's not currently a way to run a sample all the way through locally without using the tester.sh script which hasn't gotten a lot of use in the last couple years.
Problem or idea
I think we need a script that will monitor the database and will start containers for any jobs that are waiting to be run. This is necessary because no one docker image has all the dependencies for all jobs.
Solution or next step
Create that script or a similar mechanism to be able to run all jobs locally, along with running downstream jobs.
The text was updated successfully, but these errors were encountered:
Context
#2584
We can't run Batch locally like we could with Nomad. This means that there's not currently a way to run a sample all the way through locally without using the
tester.sh
script which hasn't gotten a lot of use in the last couple years.Problem or idea
I think we need a script that will monitor the database and will start containers for any jobs that are waiting to be run. This is necessary because no one docker image has all the dependencies for all jobs.
Solution or next step
Create that script or a similar mechanism to be able to run all jobs locally, along with running downstream jobs.
The text was updated successfully, but these errors were encountered: