I'm using ABP framework (version 5.3.3) for my project. I have 2 tenants with separate databases on different servers. My project has a task needs to run every 5 minutes to call a stored procedure in database of each tenant but I don't know how to run that task with background worker simultaneously for those tenants? I know that Hangfire can process multiple queues but how to configure to achieve my purpose?
Hope that my question is clear and appreciate for your helps.