Replies: 2 comments 6 replies
-
|
Hi @leoncruz. Thanks for asking about this. I'd like to know more about your use case, if you wouldn't mind explaining. One important point I'd like to understand is whether the tenant for each of these databases the same name, or are they different names? If they are the same names: have you considered putting all of the solid databases into the same sqlite file/database? If that wouldn't work for you, can you help me understand why not? If they are not the same names: I've already started on support for this, but it will require an upstream change to Rails that's awaiting review: rails/rails#55927 |
Beta Was this translation helpful? Give feedback.
-
|
I have a related question. Most applications have some sort of cron job/periodic job to perform a task across tenants. Is that supported with activerecord tenanted and solid queue? Thank you for your work! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Mike! Thanks for the incredible work!
I would like to know if there are plans to support the solid gems too. All three have support to use multiple database, but the tenant creation is not supported yet.
I'm thinking something like:
And then
ApplicationRecord.create_tenant("mike")create the databases and migrate all then.Beta Was this translation helpful? Give feedback.
All reactions