Kevin Bond
Kevin Bond
Closing as I've removed the live-components.
I can add pagination but unfortunately it won't help. The entire list will still be loaded into memory because the Symfony contract doesn't support an offset - only a limit:...
> maybe we set limit to 500 or something, at least we would be able to load the latest 500 message That seems reasonable.
Good idea. Thinking a _Purge_ button in the toolbar that deletes messages for the _current filter_.
Think we'd also need another configurable role for this operation.
Absolutely, do you think the recipe contain the entity?
I noticed that as well... I don't think there's anything we can/should do in this bundle. I think you'd need to configure your console log handler to exclude `cache` logs:...
Hey, the worker details are stored in `app.cache`. Do your containers not share this?
Hmm, ok, I don't have any experience with containerized workers but isn't a shared cache something that should be possible? I'm a bit surprised you don't have any shared state...
> i believe it is better to use another adapter then filesystem Yeah, you'd need something like redis