Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 720 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 720 Bytes

Introduction

Prova de conceito utilizando filas com hangfire como serviço em background

Getting Started

Set varables into solution **../poc.hangfire.worker/appsettings.json

  • ConnectionStrings:DefaultConnection : <your_sql_connection>
  • Open package management console and run : update-database
  • Run sln : dotnet run
  • Use dashboard: https://localhost:{PORT}/dashboard

Build

run command: dotnet build

More