RubyGems Navigation menu

active_job_lock 0.1.0

An ActiveJob plugin. Adds locking, with optional timeout/deadlock handling. Using a `lock_timeout` allows you to re-acquire the lock should your job fail, crash, or is otherwise unable to relase the lock. i.e. Your server unexpectedly looses power. Very handy for jobs that are recurring or may be retried.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.1.0 - July 27, 2016 (12.5 KB)

Runtime 相依性套件 (2):

activejob ~> 4.2.0
redis ~> 3.2

Development 相依性套件 (3):

minitest ~> 5.2
rake ~> 10.3
yard ~> 0.8

擁有者:

作者:

  • Daniel Ferraz, Luke Antins

SHA 256 總和檢查碼:

= 複製 已複製

總下載次數 3,293

這個版本 3,293

授權:

MIT

Ruby 版本需求: >= 0

相關連結: