arvind
10/28/2023, 4:30 PMprefect work-tool create "zoompool"
I am getting
raise PrefectHTTPStatusError.from_httpx_error(exc) from exc.__cause__
prefect.exceptions.PrefectHTTPStatusError: Server error '500 Internal Server Error' for url '<http://127.0.0.1:4200/api/collections/views/aggregate-worker-metadata>'
Response: {'exception_message': 'Internal Server Error'}
Jenny
10/29/2023, 2:22 AMprefect worker start --type process --pool my-pool-name
and that worker would create a process work pool with name my-pool-name as part of it's start-up. After the work pool is created, you will be able to edit the work pool as usual.arvind
10/29/2023, 2:24 PMhttpx.ConnectError: All connection attempts failed