Relative Content

Tag Archive for c#asp.nethangfire

Hangfire multiple servers not running concurrently

In a Saas app, we want order imports to run in serial for each tenant. But multiple order imports can run concurrently for different tenants (up to a point). Then also runs other types of jobs that again I’d like to run serially by tenant, but multiple tenants can run concurrently.