Kevin Bond
Kevin Bond
Thinking about this feature some more. If we're going to add it, it'll need to be before 1.0 as it would require a breaking change (the extra entity column). Question...
There was a BC break here from 6.3-6.4: https://github.com/symfony/symfony/pull/51542 I'm going to have to rethink this 🤔
I believe this was fixed in #65
`messenger:monitor:purge --older-than="2 weeks ago"` doesn't work?
Got it, yeah, I'll need to refactor this to allow what you describe.
> it would be beneficial to include a "keep" option Yes, that would line up with the behaviour of the `messenger:monitor:schedule:purge`.
Good idea! I'd want it to work w/o autocomplete (just a free-form input) but would be nice if autocomplete is installed/available, use this. Kind of like I do with the...
Yes, this should be doable. I'm thinking to just not use if csrf isn't enabled (rather than a config option). Would that work for you?
You mean on the dashboard: auto-update the message list? I think we can do this with another optional live component (like the other widgets).
> something like the meta-refresh in mind. That would refresh the whole page, right? That could be troublesome if you're in the middle of choosing a filter.