HangfireIO / HangfireIO/Hangfire

Only creates the tables at the 2nd start

Open
#2,479 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.1k
Forks
1.8k
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Services:
….AddDbContext……
AddHangfire……
AddHangfireServer…

Configure:
….Seeding……
app.Routing();
app.UseHangfireDashboard();

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the reported startup sequence using the Services and Configure entries shown in the issue, including AddDbContext, AddHangfire, AddHangfireServer, seeding, routing, and the Hangfire dashboard. Trace when database tables are created on the first and second starts; done means the expected tables are created on the initial start and the behavior is covered by a reproducible verification.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend, databases
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.