HangfireIO / HangfireIO/Hangfire
Multiple Servers
Open
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
I'm running into a very strange problem:
- I have 5 hangfire servers;
- I send a queue to save and read data from SQL server using entity framework. One server get the task and it is done;
- I send another queue to read same data, and if another server gets the task, the data saved by previous server is not the same, like it was in some sort of cache I don't have.
I don't know if I lost some configuration to avoid this behavior, somebody knows something about that?
Thanks!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by reproducing the behavior with five Hangfire servers and the described SQL Server/Entity Framework queues; done means identifying whether the inconsistent reads come from configuration, caching, or another cause and documenting the required fix.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, sql
- Domain
- backend, databases, distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100