Rico
Explore posts from serversAfter upgrading windmill, we are now seeing this error "string too long to represent as jsonb string
Thanks @rubenf . These flows generate very large spreadsheets and we've tried incrementally writting them into S3 but one of the jobs must be including all of the data as part of the response.
9 replies
How to handle a paginated graphQL request?
Thanks @sindre . Thats where I am at with that as well. I like the built-in graphQL scripts but not necessary. I was wondering because it seems like it would scale better doing it as a for loop flow type. I almost got it working using an early abort but I can't find a way to use the results of previous iterations a you may need with a paginated cursor.
5 replies