orchestral / tenanti

[Package] Multi-tenant Database Schema Manager for Laravel
MIT License
588 stars 52 forks source link

How to queue a specify tenant #54

Closed gabrielbuzziv closed 7 years ago

gabrielbuzziv commented 7 years ago

I have a multi database tenanti using orchestral, i want to work with queue, i'm current using database driver, but the problem is that everytime i run the queue fail with message of "No database Selected"

crynobone commented 7 years ago

Don't think this currently supported, but anyone can submit a PR to cover this.

gabrielbuzziv commented 7 years ago

Did you ever tested queue in a multi database tenanti? Maybe you can give me a tip or something.

crynobone commented 7 years ago

Did you ever tested queue in a multi database tenanti?

My project is on single database tenanti.

gabrielbuzziv commented 7 years ago

Hmm, got it