HangfireIO / HangfireIO/Hangfire

Database copy for debug not working

Open
#456 8 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

I have a production server which started getting allot of retries.
So I copied to the production database to my local sql express and changed the connection string to use local. The dashboard loads up and shows me the same as production.

I run the local version in debug mode to find the error, and when I press "Re queue" the buttons just change to "Enquiuing" and nothing happens.

The jobs don't requeue locally, nor do they execute locally on debug?

How can I run these broken methods locally for debug?

Contributor guide

Open the contributing guide

Research direction

Start by comparing the local debug configuration, connection string, and worker setup with the production environment described in the issue. Reproduce the "Re queue" action against the copied SQL Express database and trace whether the job is enqueued and whether a local worker processes it. Done means requeued jobs execute locally or the blocking configuration difference is identified.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
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.