Hi Team, using Prefect Server (version 0.14.1) wit...
# prefect-server
n
Hi Team, using Prefect Server (version 0.14.1) with Dask Gateway. Any insights how to fix this GraphQL error? I don’t see anything on the Dask worker logs.
k
Unfortunately, this was increase in 0.15.4 or 0.15.5 to have bigger payloads. This is the API complaining the there is a limit being hit. The limit was bumped up.
n
Okay, would you be able to share what the limits are for 0.14.1?
k
1 MB I think. So the logs are batched and sent together which can cause it to exceed that so you may need to log less
👍 1
n
Would logs written by Dask worker also fall under this category? I cannot change what it is logging by default
k
i am confident those are not sent to the api
👍 1