Incorrect timeout error #476
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@JustinSDK 's maze is erroring with grids larger than 6
https://cadhub.xyz/u/caterpillar/maze/ide
The error says it's a timeout, but it happens far too quickly.
Relavant tweet: https://twitter.com/IrevDev/status/1430433806494748678
I'm seeing a number of warnings flagged when running in the local application. It seems the timeout happens when reaching a certain number of lines.
It could be total line as a seperate issue, but I've also been able to reproduce this issue simply from too many lines the the log output
Heres' an example
There are two echos with one commented out, uncomment the second one and it suddenly fails
I hit this issue separately when working on returning the customiser params because I was storing the logs in as metadata in s3 but that has a max of 2kb. So what I'm working on is storing the logs and now customizer params together by concatenating the gzip files, so a we should get a fix for this issue for free.
@JustinSDK 's maze does have a fairly large log output even with 6x6
So I'm guessing that's why we found this issue on the maze.
Will be resolved by #477