Choenden Kyirong
10/12/2023, 5:43 PMcloud-run
work pool to push flow execution to gcp cloud run- does the PREFECT_API_URL
need to be set to anything specific? Currently, the PREFECT_API_URL
is set to the address of the prefect server (gcp VM). How does container that gets spun up in cloud run communicate back to the server?Will Raphaelson
10/12/2023, 5:51 PMChoenden Kyirong
10/12/2023, 5:52 PMWill Raphaelson
10/12/2023, 6:03 PMChoenden Kyirong
10/12/2023, 6:13 PMserverless push work pool
, more specifically, the google cloud run
push pool. At the moment, the worker is on the same vm instance as the server. I saw in the documentation for serverless push work pools that workers are not needed to poll for flow runs as well?Will Raphaelson
10/12/2023, 6:16 PM