You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope you are doing well. I am currently working on integrating your plugin with Filament's multi-tenancy support. To achieve this, I have created a custom model that extends the plugin's model, and I have also customized the migration files accordingly.
However, I am facing challenges in ensuring that the plugin works seamlessly within a multi-tenant environment. When the job works, team_id is always null.
Could you provide guidance or documentation on how to properly configure the plugin for multi-tenancy with Filament? Any advice or best practices you could share would be greatly appreciated.
Thank you for your time and for all your hard work on this project. I look forward to your assistance.
// Team Model
// QueueMonitor Model
// Migration
The text was updated successfully, but these errors were encountered:
Hello,
I hope you are doing well. I am currently working on integrating your plugin with Filament's multi-tenancy support. To achieve this, I have created a custom model that extends the plugin's model, and I have also customized the migration files accordingly.
However, I am facing challenges in ensuring that the plugin works seamlessly within a multi-tenant environment. When the job works, team_id is always null.
Could you provide guidance or documentation on how to properly configure the plugin for multi-tenancy with Filament? Any advice or best practices you could share would be greatly appreciated.
Thank you for your time and for all your hard work on this project. I look forward to your assistance.
// Team Model
// QueueMonitor Model
// Migration
The text was updated successfully, but these errors were encountered: