It doenst work for me... Did you change anything?
Simply running identity server.
How can I fix this?
If I understand correctly, the Identity server have the tenants and also the connections strings.
I can expose the data for the tenant's Id(using an endpoint) and then use CurrentTenant.Change
so I can have the connections string for that tenant.
But in that case, my Background Module will connect directly to the database. I don't want that.
Instead, I want to connect my background service to an API.
Is this approach supportable with CurrentTenant.Change
or the ABP has another approach?
hi BernardoTeixeira
Please share the steps? btw, Why are you using module templates?
My steps was https://docs.abp.io/en/abp/latest/Background-Jobs and also this -> https://docs.abp.io/en/abp/latest/Background-Jobs-Hangfire, I just want register background services and make recurring job.
Because I want to isolate the Background services.
I sent you an invitation for github
hi @BernardoTeixeira
Can you explain your use case?
I want to know the best approach to use Hangfire with multi tenant. Because I want to isolate all the backgrounds services, a solution just for background services.
Hi, I want to use the background service with hangfire and multi tenant. Do you have any example for this? Or any type of documentation for this type of example?