- Initial release
- fix dependencies
- fix links in nuspec
- make logger internal
- fix bug in getting job from queue hash
- fix bug with lock renewal
- serializes json to camelcase
- adds some docs
- fix dependencies add dependency to Newtonsoft.Json
- add constructor to Queue<'a> for convenience
- add delayed jobs
- add simple retry
- sync version with bull
- add stacktrace to errored jobs
- add better implementation of pause/resume
- add queue Empty event
- start of c# fa�ade
- removes internal blocking calls
- job stalledjobs before jobs on startup
- turn off log4net by default
- removes data returned from the handler (will return later when but wasn't implemented)
- adds
jobAwaiter
function to allow you to wait for a specific event to happen
- changes
jobAwaiter
so you can start waiting for jobs before you know what the predicate will look like.
- change timeout for waiting on jobs.
- don't log the empty event