mirror of
https://github.com/stancl/tenancy-docs.git
synced 2025-12-12 18:24:03 +00:00
Queue tenancy 2.x
This commit is contained in:
parent
6666347e20
commit
8466643fcf
1 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,6 @@ Open `config/queue.php` and make sure your queue driver has an explicitly set co
|
||||||
|
|
||||||
where `'mysql'` is the name of your non-tenant database connection with a `jobs` table.
|
where `'mysql'` is the name of your non-tenant database connection with a `jobs` table.
|
||||||
|
|
||||||
|
Also make sure you run the queue migrations **for the central database**, not your tenants.
|
||||||
|
|
||||||
**If you're using Redis, make sure its `'connection'` is not in `tenancy.redis.prefixed_connections`.**
|
**If you're using Redis, make sure its `'connection'` is not in `tenancy.redis.prefixed_connections`.**
|
||||||
Loading…
Add table
Add a link
Reference in a new issue