Eric Ma
10/09/2023, 10:35 PMprefect deployment build test.py:process_batch -n worker -a -q docker -i cloud-run-job/default
Nate
10/09/2023, 10:40 PMCloudRun
work pool
with agents + infra blocks (legacy):
• you'll want to specify a CloudRunJob
infra block that has your image
and any other required fields you need, and then change your command to
prefect deployment build test.py:process_batch -n worker -a -q docker -ib cloud-run-job/my-block-name
note the -ib
instead of -i
Eric Ma
10/09/2023, 10:42 PM