Mikael Lirbank
Mikael Lirbank•16mo ago

I am seeing a lot of these this

I am seeing a lot of these this afternoon. Are there any slowdowns at Convex right now or maybe our app is growing out of bounds?
No description
11 Replies
Mikael Lirbank
Mikael LirbankOP•16mo ago
Right now it eventually works but it takes a lot of retries:
No description
Mikael Lirbank
Mikael LirbankOP•16mo ago
(in the first example, it gave up and exited)
gautamg
gautamg•16mo ago
checking on this now @Mikael Lirbank. we did hit some bumps when we were updating customer instances about ~20 minutes ago, but I would have expected those to be resolved by now I'm seeing that your backend did restart at 16:48 (and had momentary blips in the ~10 minute period leading up to that), but has been stable since. I wouldn't expect you to still be seeing issues at 17:02 (timestamp from your screenshot). Have further pushes succeeded, or are you still seeing retries now?
Mikael Lirbank
Mikael LirbankOP•16mo ago
Gotcha. I am still seeing it unfortunately.
Mikael Lirbank
Mikael LirbankOP•16mo ago
Still working
No description
gautamg
gautamg•16mo ago
okay, I'll get more people on this. might be unrelated to this issues earlier @Mikael Lirbank is this the same convex dev command running uninterrupted, or have you killed it and started over since?
Mikael Lirbank
Mikael LirbankOP•16mo ago
I've probably killed it a few times. But mostly I let it run... Ehh, I just killed it a minute ago. I just started it up and added a comment to one of the Convex function files, and it happened right away.
Mikael Lirbank
Mikael LirbankOP•16mo ago
No description
rkbh
rkbh•16mo ago
Hey @Mikael Lirbank! Are you using Node actions with any large imported dependencies by any chance? I'm wondering if this is a large source code size issue paired with network hiccups
Mikael Lirbank
Mikael LirbankOP•16mo ago
We do use them, but I don't in this feature.
gautamg
gautamg•16mo ago
Thanks for the info. While this does seem to be a large request, we don't see any limits explicitly being hit. We're still digging into this; your backend itself is reporting that the client sent incomplete data and your CLI client is reporting that the server stopped accepting data before the request finished 😓 We're trying to see if there's a load balancing layer in between that's unexpectedly terminating/resetting the connection at some point during the request. There's also a very small chance that this is caused by your network connection, so if you have a chance to test on a different network and/or machine that'd be helpful. Hoping to have an update for you tomorrow!

Did you find this page helpful?