Sample of using Hangfire with Mongo persistence How to run Start MongoDB cd docker docker-compose up -d Run multiple app instances cd src start powershell -ArgumentList "dotnet run --urls=http://localhost:5000" start powershell -ArgumentList "dotnet run --urls=http://localhost:5001" start powershell -ArgumentList "dotnet run --urls=http://localhost:5002" Use Swagger UI to create new jobs. explorer http://localhost:5000/swagger Monitor jobs using Hangfire UI explorer http://localhost:5000/hangfire