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
Kevin Kho
09/21/2021, 5:38 PM
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
Nivi Mukka
09/21/2021, 5:39 PM
Okay, would you be able to share what the limits are for 0.14.1?
k
Kevin Kho
09/21/2021, 5:41 PM
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
Nivi Mukka
09/21/2021, 6:45 PM
Would logs written by Dask worker also fall under this category? I cannot change what it is logging by default