laravel / ideas

Issues board used for Laravel internals discussions.
938 stars 28 forks source link

Ability to execute delayed jobs immediately #2598

Closed foremtehan closed 3 years ago

foremtehan commented 3 years ago

How can i execute delayed jobs immediately without hacking db column? i mean for some reason in my app i dont want to wait for delayed jobs to reach available_at

themsaid commented 3 years ago

That won't be possible as there are limitations across drivers.