Sha256: af200bf7b692ee91db8f612b76f9d30af1847b92985f18d3c63dc9cca2010894

Contents?: true

Size: 691 Bytes

Versions: 1

Compression:

Stored size: 691 Bytes

Contents

other resources:

  http://vitobotta.com/resque-automatically-kill-stuck-workers-retry-failed-jobs/#sthash.oQsaNeb5.dpbs
  http://stackoverflow.com/questions/10757758/find-out-if-a-resque-job-is-still-running-and-kill-it-if-its-stuck

heartbeat?

redis scenario
  different processes (cant share state in Resque memory etc.)
  different boxes! (redis is shared state)
  if this is included in servers, you have clusters os unicorn/mongrel etc, 
    ensure it works across multiple running instances of this lib?

  Thing.setup_checker_thread
  Thing.enqueue_repeating_refresh_job

reproduce the error and integrate test like that

## TODOS

verify @config options, raise if no handler, etc.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
resque_stuck_queue-0.0.1 THOUGHTS