Hangfire RabbitMQ Queues for SQL Server Storage
Stars
37
Forks
23
Watchers
37
Open Issues
7
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #9 from HangfireIO/revert-7-eventing-basic-consumer
c297e80View on GitHubMerge pull request #7 from nithrous/eventing-basic-consumer
e2f96fcView on GitHubReplaced deprecated QueueingBasicConsumer with EventingBasicConsumer
030e604View on GitHubAdded PrefetchCount setting to RabbitMqConnectionConfiguration to give users full control over setting. Set a default value of '1' - merely for this to be a non-breaking change from previous releases. This, however, is not a sensible settng in production as it disables parallel execution of jobs from the same queue.
d0ded4dView on GitHubUpgraded Hangfire dependencies to 1.6.x for all to be on same minor version. Updated nuspec dependencies accordingly.
94ec37dView on GitHubFix for xUnit test runner consistently failing with CannotUnloadAppDomainException:
8ef0e86View on GitHubdocker-compose file added to run RabbitMQ instance in Docker neede for tests
1ac7fc4View on GitHub