Open rawdasherif119 opened 4 years ago
is there any way to make jobs use tenants database ? because jobs by default use system database i am in system database as admin and i wanna to fire job for all tenant i tried to use UsesTenantConnection but without and output
Maybe you don't understand how it works. Jobs not using database at all, they are execute some code, maybe you use Eloquent models in your job? Do you add "UsesTenantConnection" to your Eloquent model or Job?
Hi there,
Is there anything we can help you with related to this issue or did you figure it out? :)
is there any way to make jobs use tenants database ? because jobs by default use system database i am in system database as admin and i wanna to fire job for all tenant i tried to use UsesTenantConnection but without and output