Bronze 2
Since ‎06-13-2024
2 weeks ago

My Stats

  • 10 Posts
  • 1 Solutions
  • 1 Likes given
  • 9 Likes received

breathe's Bio

Badges breathe Earned

View all badges

Recent Activity

I'm running google batch with enable_image_streaming set to False currently and have been trying to enable the container image streaming feature in order to reduce the time required from creating the job to running my application's code. When I chang...
I create batch tasks with carefully chosen labels to track and monitor costs.I'm using python `google.cloud.batch_v1` to create my batch jobs and I've tried setting the labels field throughout the protobuf structure associated with creating the batch...
I just got two errors like this in a python worker process that uses the `google.cloud.storage.transfer_manager.upload_many` function to upload intermediate data as it runs. The worker is long-lived batch process that is running in a docker container...
I have a cloud run job that seems to be stuck in the running state even though the last log statement output is "Container called exit(0)" which matches what I expect to see after the one process executed within the job completes and successfully exi...