-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Messenger support #1360
Messenger support #1360
Conversation
127fc27
to
a47c31d
Compare
Perhaps you can use the EnqueueBundle documentation as a basis to document this feature. |
Hi, any updates maybe? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot, this looks good!
can you please add documentation (duplicate and adjust what we have for enqueue-bundle)?
then we can merge this, and we will deprecate the enqueue integration.
|
||
foreach ($filters as $filter) { | ||
if ($message->isForce()) { | ||
$this->filterService->bustCache($path, $filter); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likely needs to be adjusted to the change in #1347 once that is merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, I'll change it then.
df49559
to
5c16f0a
Compare
@dbu done regarding the docs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot, this looks good!
i have some suggestions, and please make the underlines match the length of the titles in the .rst doc.
i am a bit unhappy with the naming of "ResolveCache" when what we really do is warm up the cache. resolve is the word in the loaders, and it has the side effect of filling the cache. the unelegant terminology is already used with enqueue, but i intend to deprecate that enqueue integration once your PR is merged. what would you think of renaming the message to WarmupCache and the handler to CacheWarmupHandler?
681fdbe
to
37e7285
Compare
Great @dbu! I implemented your suggestions with one little change. I renamed the message to Also in the docs, I changed some It's this okay with you? |
ff29c2d
to
7ca87e4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks a lot!
Adding optional
symfony/messenger
support.