Alexis Bernard
Alexis Bernard
Sorry for the delay. I suspect that the timeout has been triggered from the server, but the latency between our servers is very constant : ``` $ ping solectrus.ledermann.dev [...]...
Thanks for those details. > Further observation: In a low-traffic app, the error can occur even when there have been no requests for several minutes. I do not understand why...
> Jan 09 11:30:03 from /usr/local/bundle/gems/rorvswild-1.6.3/lib/rorvswild/queue.rb:71:in `flush' https://github.com/BaseSecrete/rorvswild/blob/master/lib/rorvswild/queue.rb#L71 Yes, it's the server metrics :-) You can disable the NetHttp plugin and you should get the same error and same stack...
Thanks for the grep. So it does not seem to happen at the same time. I'm currently running out of ideas for this issue. I will come back if I...
Hi, Do you call `Rails.application.config.middleware.freeze` somewhere, or is there a gem that could do that ?
Indeed, it sounds useful to add options. If you change the id, the JS won't detect the input since it does `document.querySelector("input#hashcash")`. I'm curious why you connect a Stimulus controller....