Issue #8879 has been updated by Dan Hogland.
The data is stored in the delayed_jobs table. In my instance I had 3 failed attempts (delayed_jobs.attempts) and other data present about locking. To 'unstick' these jobs and let them be at a state where they would be processed again, I simply had to go in and reset the failed attempts to 0 and set locked_at and locked_by back to null, then they delayed_job_workers did their job and processed as expected. As for other possibilities, I'm not sure. My instance was brought on by a certificate error that first needed to be cleared/sorted and once it was, I needed some way to say "ok, that's fixed, please attempt again". On Wed, Aug 10, 2011 at 1:26 PM, <[email protected]> wrote: > Issue #8879 has been updated by Randall Hansen. > > - Status changed from Needs Decision to Investigating > > I’m not sure how we can get this information. What other possibilities are > there, aside from your example? > > What do you mean by “unstick”? Resolve? Remove from the list? > ------------------------------ > Feature #8879: background task > visibility<https://projects.puppetlabs.com/issues/8879> > > - Author: Dan Hogland > - Status: Investigating > - Priority: Normal > - Assignee: Randall Hansen > - Category: > - Target version: > - Keywords: > - Branch: > - Affected URL: > - Affected Dashboard version: > > ability to see what pending tasks are stuck in queue and why (ex. delayed > jobs that failed 3 times), along with ability to ‘unstick’ the hung task > ------------------------------ > > You have received this notification because you have either subscribed to > it, or are involved in it. To change your notification preferences, please > click here: http://projects.puppetlabs.com/my/account > ---------------------------------------- Feature #8879: background task visibility https://projects.puppetlabs.com/issues/8879 Author: Dan Hogland Status: Investigating Priority: Normal Assignee: Randall Hansen Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: ability to see what pending tasks are stuck in queue and why (ex. delayed jobs that failed 3 times), along with ability to 'unstick' the hung task -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
