Why the tasks queue of Dashboard is growing slowly?
Hi
I've installed Puppet-Dashboard on a physical server, with 4 CPU, 16Gb RAM, and SSD hard drive. Dashboard work with passenger, and I have 4 works for delayed_job.
But the pending tasks queue still growing after 15-20 min, and I have to clear jobs after one hour. What can I do? What things I've missed on my dashboard installation?
Thanks.
What is the output of the command "env RAILS_ENV=production script/delayed_job status"?
env RAILSENV=production script/delayedjob status delayed_job: no instances running /etc/init.d/puppet-dashboard-workers status * Puppet Dashboard Worker (pid 20732) is running * Puppet Dashboard Worker (pid 20737) is running * Puppet ...(more)
I've just clear jobs (7000 pendindg) and workers are now running.
I've 190 pending tasks. The output of "env RAILS_ENV=production script/delayed_job status" is "delayed_job: no instances running"
Can you stop the workers with "/etc/init.d/puppet-dashboard-workers stop", then start them manually in the foreground with "env RAILSENV=production script/delayedjob start -t"? When you do that ...(more)