Kevin Bond

Results 560 comments of Kevin Bond

Sure, if you want to work on this I'm all for it!

Hey @WebMamba, absolutely, I have no experience with behat myself.

> My first guess to fix this was to bind the closure to the actual instance used in I feel like doing this is always a bit sneaky - it's...

If not in the docs, at least in the PR description, I'd like to see an example of hooking into this in userland.

The cache has a 5 minute TTL so it should drop eventually, right? I'm not sure how else we can drop it. Let's keep this open in case one of...

Ah yes, you're right. I don't think we want to reduce it too much as there could be long running jobs that could trigger cause the worker to be dropped....

I just remembered this ttl can be [configured](https://github.com/zenstruck/messenger-monitor-bundle?tab=readme-ov-file#full-default-bundle-configuration).

Interesting - I didn't know about this consumer. I don't immediately see an easy way to find it once the transport is created. Any ideas?

Hmm, I am a little concerned about adding too much logic when a message is dispatched. What about a config option that disables auto-adding the stamp. Then, you have to...

I think an option to disable the `AddMonitorStampListener` is best. This would effectively make the system _opt-in_.