Anton Zhuravsky

Results 29 comments of Anton Zhuravsky

How about following `given2` suite and add an exclamation mark: ``` def('myEagerVar!', () => Math.random()) ``` On the PR, I _think_ the evaluation should happen in `beforeEach` hook – you...

Hey guys! I have played a bit with graceful shutdown for `falcon host` trying to make it work locally but unfortunately didn't manage to make it work reliably. Will dump...

Well, as far as graceful shutdown are considered – I think signals should be enough. All in all, the child processes/threads (spawned by a `Container` instance) should gracefully teardown, and...

My 5c: like `defer_stop` approach, but a small clarification would be helpful. This would only prevent `#stop` from functioning on the top-level task (=effectively, in response to a shutdown sequence),...

> More generally, there is nothing stopping user code doing this: You are right, but my point is that the user code should not be stopped during graceful termination. Sure...

hey there! we are observing a similar issue, we are on 0.66.3 of `async-http` and 0.26.1 of `async-websocket`. Our setup is a bit more involved (we are actually using websockets...

Hi @ioquatix, good to see you again :) Yeah so we are currently trying to decipher heap dumps – we started with the "real" ones from the application, but they...

Ok so the issue turned out to be almost boring: ActiveRecord query cache internals. What's even more boring is that it's probably won't be an issue with 7.2 due to...

> Could you provide me some small examples that would help me experience the issue described in #2968? This would allow me to review this more easily but overall this...