Skip to content

[10.x] Remove deprecated dispatchNow functionality#42591

Merged
taylorotwell merged 1 commit intomasterfrom
remove-deprecated-dispatch-now
Jun 2, 2022
Merged

[10.x] Remove deprecated dispatchNow functionality#42591
taylorotwell merged 1 commit intomasterfrom
remove-deprecated-dispatch-now

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.

3 participants