Feature release.
Queue tenancy
This release should fix the issue outlined in our docs:
Note: You cannot inject model instances with the
SerializesModels
trait, because it tries to hydrate the models before thetenant
connection is created. Inject model ids instead and usefind()
in the handle method.
I rewrote most of the logic of the QueueTenancyBootstrapper
and added several new queue tenancy-related tests. The bootstrapper should now support injecting entire models in jobs. On top of that, queues should be easy to test (using calls like $this->artisan('queue:work')
) since the bootstrapper has additional logic to improve testing DX.
Added
queue:retry
is now supported #762
Fixed
New Contributors
Full Changelog: v3.4.6...v3.5.0