Pedro Machado
05/18/2023, 11:32 PMRuntimeError: Service exceeded error threshold.
It's crashing while running a dbt job that takes about 30 min. The worker is running on my desktop computer (Ubuntu running on WSL 2). This is what I am running.
Version: 2.10.10
API version: 0.8.4
Python version: 3.10.8
Git commit: 8159450b
Built: Thu, May 18, 2023 3:43 PM
OS/Arch: linux/x86_64
Profile: cloud
Server type: cloud
Any ideas about what may be happening?Andrew Brookins
05/19/2023, 5:47 AMPREFECT_API_ENABLE_HTTP2=False
or adding that setting to your Prefect profile?Jeff Hale
05/19/2023, 2:55 PMpip install -U httpx
that should update httpcore and hopefully resolve the issue.Pedro Machado
05/19/2023, 4:43 PMMarvin
05/19/2023, 10:53 PM