You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What I was doing: load testing verb calls through ftl dev, sending one call every 5-10ms for over a minute.
I got two types of Connect errors:
ConnectError: [unknown] Failed to fetch at 5ms
ConnectError: [not_found] could not resolve reference echo.flakyEcho: not found at 10ms
Environment:
Machine: Apple M2 Max, 64GB mem, running Sonoma 14.4.1
Browser: Chrome version 126.0.6478.114
Local git HEAD: b725464
Local code changes: only frontend JS changes and one new verb in the echo module from examples/go
The text was updated successfully, but these errors were encountered:
What I was doing: load testing verb calls through
ftl dev
, sending one call every 5-10ms for over a minute.I got two types of Connect errors:
ConnectError: [unknown] Failed to fetch
at 5msConnectError: [not_found] could not resolve reference echo.flakyEcho: not found
at 10msEnvironment:
Machine: Apple M2 Max, 64GB mem, running Sonoma 14.4.1
Browser: Chrome version 126.0.6478.114
Local git HEAD: b725464
Local code changes: only frontend JS changes and one new verb in the
echo
module fromexamples/go
The text was updated successfully, but these errors were encountered: