DealTechnologies / poc-event-queue-hangfire

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU General Public License v3.0


Languages

Language:C# 100.0%