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
Can the allocated disk space for a Postgres volume be increased past 50GB at least temporarily?
@Christian Thanks, we already had it at 50GB. I would need it to go higher than that, at least temporarily to help resolve the issues we are encountering when we ran out of space. Is this possible?
17 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