Oren Shpigel

Results 7 comments of Oren Shpigel

I started with default timeouts, and increased keep alive timeout to 15 seconds. From the PCAP it looks like the connection was active for a while (at least 5 previous...

@Tronic @ahopkins I sniffed another PCAP that shows a more concrete flow: ![image](https://user-images.githubusercontent.com/62993794/185791428-34106da2-cb77-48b0-b9da-b3fdac85e441.png) The client (nginx) sends a long POST and got 200 OK with "Connection: keep-alive". About 5 secods...

> @oren-nonamesecurity It certainly looks like the idle connection timing out after five seconds and Sanic is closing it at 31781 (no logging because this is a normal operation). The...

+1 We don't always know in advance where our code will be used, and external DB is allowed. A "prefer"/"allow" logic is missing here.

Same here, too many new versions yesterday, seems odd. ![image](https://github.com/jjangga0214/hasura-cli/assets/62993794/aec4b587-1b7b-449c-89da-8b6f742d560a)

Probably related to this failed action - https://github.com/jjangga0214/hasura-cli/actions/runs/8413611293/job/23036098801#step:6:14

Bump. Is there a plan or an alternative for that?