Bronze 3
Since ‎01-11-2023
2 weeks ago

My Stats

  • 10 Posts
  • 1 Solutions
  • 4 Likes given
  • 14 Likes received

rrosa's Bio

Badges mgdurrant Earned

View all badges

Recent Activity

I have been using a job submission script for submitting jobs to Batch that has been working well. Today I ran the same job submission script and the job is stuck in "Queued" and it says "VM provisioning model: Pending..." I have checked the Batch re...
I am creating jobs to submit to Batch through the python sdk. I am running a docker container on many instances. I would like to increase the boot disk size of each instance that runs the image. Is there a way to do this with instance templates while...
I am trying to create a job through python, this is my creation script: def submit_download_sra_fastq(sra_batch_file, batch_name, project_id, region, job_name, docker_image, cpus, memory_mib, machine_type, max_retry_count, run_minutes, parallelism): ...