Queue tenancy 2.x

This commit is contained in:
Samuel Štancl 2019-09-22 20:43:34 +02:00
parent 6666347e20
commit 8466643fcf

View file

@ -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`.**