HangfireIO / Hangfire.Azure.ServiceBusQueue

ServiceBus Queue support for SQL Server job storage implementation
MIT License
58 stars 33 forks source link

Updated Hangfire.Core to 1.5 #3

Closed nisbus closed 8 years ago

nisbus commented 8 years ago

There are a couple of interfaces that have changed in Hangfire 1.5 which makes the current Nuget package crash with method not found. Updated and fixed and at least this works for me on Azure using the latest Hangfire.Core.

Updated the ServiceBusQueueJobQueue to implement the updated IPersitentJobQueue Updated the ServiceBusQueueJobQueueProvider to implement the updated IPersistentJobQueueProvider

barclayadam commented 8 years ago

Thanks for the pull-request. Apologies it's taken a long time to reply, have been on holiday. Version 2.0.0 has been published to NuGet and will be available shortly with support for Hangfire 1.5.