HangfireIO / Hangfire.InMemory

In-memory job storage for Hangfire with an efficient implementation
Other
73 stars 16 forks source link

What's the state of this project? #1

Closed DaRochaRomain closed 3 years ago

DaRochaRomain commented 3 years ago

Hello, I'm currently using this package as a memory storage for hangfire, and I wonder how this projet is going? Is it abandonned? Is it worth switching to this one?

odinserj commented 3 years ago

Hello, it's alive, fully supported and I have some evidences it's more stable than the referenced project, especially with complex features like batches or throttlers. I don't bump its version to 1.0, because want to implement better handling of OutOfMemoryException first, and this is the only reason. Also there are a lot of unit tests implemented – https://ci.appveyor.com/project/odinserj/hangfire-inmemory/build/tests.

DaRochaRomain commented 3 years ago

Thanks for your quick answer. I'll start switching to this one then.