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")
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")