Lev Kokotov

Results 134 comments of Lev Kokotov

I think this is relevant for jobs that get lost when a worker is abruptly terminated. A worker can be killed by Docker at any time without warning, so if...

> Hi, > > Why do you think the repository state is partial? Did you get any ERROR/WARN message when you created the stanza? > > The source code for...

I think you're describing a multi-tenant setup, not quite a sharding setup in it's intended use case. Sharding tends to split a single database into multiple databases that contain parts...

Should be an easy fix, I'll push something soon @drdrsh 👍

Fixed `application_name`, the other ones I'll do later, they are slightly more involved I think. I'll keep this issue open until the remaining parameters are implemented.

I had an issue where it truncated the bottom of the callstack (Rails with lots of middleware). I think it might of been because most of the time is spent...

Securing the deployment of a web app is a fairly complex subject. Depending on where it runs and who needs access, security has different layers and problems. If you're running...

That's amazing, thank you for showing me that @minato128 . @markstory Thank you! I think at this point it's clearly a Datadog extension of the protocol. That being said, Datadog...

I think the `#scoped` method can push the annotation into a shared state which the transaction manager can check before starting the implicit transaction triggered by `#create`. The fact that...