Navigation Menu

Skip to content
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

[10.x] Remove deprecated dispatchNow functionality #42591

Merged
merged 1 commit into from Jun 2, 2022

Conversation

driesvints
Copy link
Member

@driesvints driesvints commented May 31, 2022

This will remove the deprecated functions and methods around dispatchNow. The internals will remain to not make the upgrade path too hard but in general we want to push people more to use dispatchSync which is the only supported way to dispatching immediately.

@driesvints driesvints changed the title Remove deprecated dispatchNow functionality [10.x] Remove deprecated dispatchNow functionality May 31, 2022
@driesvints driesvints marked this pull request as ready for review June 2, 2022 07:05
@taylorotwell taylorotwell merged commit d94ad21 into master Jun 2, 2022
@taylorotwell taylorotwell deleted the remove-deprecated-dispatch-now branch June 2, 2022 14:13
@amitshah-sgcm
Copy link

amitshah-sgcm commented Sep 13, 2023

I just realized, unlike dispatchNow we can not mention the onQueue in dispatchSync. this is mandatory in my case to pass dynamic queue name. so dispatchNow is an essential function for me. Please update dispatchSync to accept queue name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants