On Fri, Oct 28, 2011 at 11:32 AM, Steven L. Seed <slseed1...@gmail.com>wrote:

>  I have a ton of delayed job failures in my dashboard under background
> tasks. They are mostly failed imports of report yaml files that were
> deleted. There are over 40000 of them so I can't use the "Mark all as read"
> button because it causes dashboard to hang forever. Anyone know how I can
> clear these from the command line?
>
>
'rake -T' is very useful for looking for rake tasks.

# rake -T jobs
rake jobs:clear               # Clear the delayed_job queue.
rake jobs:work                # Start a delayed_job worker.

The first one looks like the one you want.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to