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
It would be great if we can have this compose project running SLURM with an exposed API for other docker services to submit jobs to from the outside via http.
In another project in the same network you should be able to post a job like so: request.post('http://slurm-network/api/job', data="#SBATCH --job-name=test")
The text was updated successfully, but these errors were encountered:
It would be great if we can have this compose project running SLURM with an exposed API for other docker services to submit jobs to from the outside via http.
In another project in the same network you should be able to post a job like so:
request.post('http://slurm-network/api/job', data="#SBATCH --job-name=test")
The text was updated successfully, but these errors were encountered: