Releases: HangfireIO/Hangfire.InMemory
Releases · HangfireIO/Hangfire.InMemory
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
Release Notes
- Fixed – Enqueued jobs may become invisible when adding a lot of jobs simultaneously to a new queue.
- Fixed – Some workers are waiting for background jobs forever when several jobs added at once.
- Fixed – Workers are able to detect new background jobs only after another background job is processed.
- Fixed – Workers don't see background jobs when multiple queues are used with minimal workload.
0.3.1
0.3.0
Release Notes
- Added –
InMemoryStorageOptions.DisableJobSerialization
option. - Fixed –
ObjectDisposedException
on semaphore when committing a transaction. - Fixed – Gracefully handle
ObjectDisposedException
when signaling for query completion. - Fixed – Avoid killing the whole process in case of an exception in dispatcher, stop it instead.
- Project – Add a lot of new unit tests for
InMemoryMonitoringApi
class.