HangfireIO / HangfireIO/Hangfire
No server running
Open
t: question
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
I am using hangfire 1.5.3 with postgresql storage.
I started the application, the schema in database was been created, but when I go to dashboard, shows me 0 running servers.
In my startup class i use:
``` cs
app.UseHangfireServer();
app.UseHangfireDashboard();
```
Contributor guide
Assessment
This issue has not been assessed yet.