Skip to content

issues Search Results · resque mentions:defunkt

Filter by

0 results
 (74 ms)

0 results

Keep in mind that Resque is explicitly designed to never re-try jobs. Ever, under any circumstance. There is no way to know how much of a job has been processed when a systemic error occurs. Yes ...
  • skippy
  • 10
  • Opened 
    on Dec 1, 2009
  • #16

Getting tired of saying no to this so I think it s a feature we need to have in resque-core. Can you submit a pull request?
Feature
  • alg
  • 24
  • Opened 
    on Apr 2, 2011
  • #254

  • mesalagagan
  • 5
  • Opened 
    on May 7, 2018
  • #1628

  • bodrovis
  • 6
  • Opened 
    on Sep 26, 2017
  • #139

... gracefully kill workers on deploy or restart. This causes old workers to stay alive in redis. I m not really sure if either heroku should kill workers gracefully or if resque should look into an other way ...
Bug
  • dhiemstra
  • 138
  • Opened 
    on Jun 21, 2011
  • #319

My resque version is 1.25.2. When I doesn t start a worker after my rails app started, it seems resque works well when I use the code below: Resque.enqueue(ChechparamsInstance) So, what s the different start and not start workers? @defunkt
  • ghost
  • 4
  • Opened 
    on Oct 21, 2015
  • #1341

Feature
  • defunkt
  • 18
  • Opened 
    on Mar 30, 2010
  • #80

... found. def reserve queues.each do |queue| log! Checking #{queue} if job = Resque::Job.reserve(queue) log! Found job on #{queue} return job end end I m ...
  • ask
  • 6
  • Opened 
    on Nov 7, 2009
  • #9
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.