-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when trying to skip set_current_tenant_account from ApplicationControlller #20
Comments
Sorry, I'm not quite get the point. It seems you met two issues:
Please help to give more details. Currently, I can't figure out what's the problem you're facing. And please also help to provide tech details like
Then I can create demo for debugging. Thanks |
Indeed, Can't skip set_tenant_job.rb
application_controller.rb
Tech details: Ruby version: 3.2.0 |
Hi @matedemorphy , thanks for those details. I did some tests. Here is what I found:
If there's anything new, please put them here. I would like to help. |
Currently, our full test cases haven't run against Ruby 3.2, Rails 7 and Sidekiq 7. I did a manual test, it seems work well. However, I will take some times to finish the whole compatible works to make sure I cover all the edge cases in the weekend maybe. |
Hi, i'm having an issue:
skip_before_action
does not actually execute or perform any action. Something I find odd is that when I enter to a url with a valid subdomain in the database, even though the tenant is assigned correctly, no job is executed in Sidekiq. In any case, without Sidekiq enabled the behavior is the same, I have already given a thousand turns and I do not find the reason.application_controller.rb
multi_tenant_support.rb
import.rb
store.rb
Thanks in advance.
The text was updated successfully, but these errors were encountered: