delayed-job
How can I setup a system where I am warned when my Heroku app has more than certain amount of delayed_jobs queued?
I use Delayed Jobs a lot in my Heroku app. I\'d like to setup some kind of alert when there\'s a certain amount waiting to be p开发者_JS百科rocessed, so that I can increase the amount of workers to mi[详细]
2023-02-16 04:30 分类:问答Delayed Jobs Hooks do not work?
I\'m trying to make my delayed jobs hooks work, but they don\'t seem to be. Are they outdated? If they are not, can you show me an example of yours?[详细]
2023-02-16 02:18 分类:问答Recommendations on proper refactoring in a When statement?
I\'m trying to call two lengthy commands in a when statement, but for some reason, because of its syntax, it performs two of the commands twice when it is called :[详细]
2023-02-14 09:05 分类:问答Job failed to load: uninitialized constant Syck::Syck
I am running a method in the background using delayed-job (collectiveideas fork) The method I am running is shown below, which fetches the price of the isbn:[详细]
2023-02-14 08:44 分类:问答delayed_job processes being killed silently
I have been using delayed_job successfully for a while. I upgraded my Rails installation and now when I run:[详细]
2023-02-12 11:21 分类:问答Uninitialized constant for ActiveRecord model in script/delayed_job, but not rake jobs:work
I\'m using Rails 2.3.8 with Ruby 1.8.7. I\'ve made a new ActiveRecord model called Foo (generated using script/generate model Foo ...) with a method #self.bar(x, y) and in a controller I call Foo.send[详细]
2023-02-12 06:38 分类:问答Indicate to an ajax process that the delayed job has completed
I have开发者_开发知识库 a Rails 3 app that uses delayed_job to fetch some data (with a class method) when the user hits the page.[详细]
2023-02-11 17:05 分类:问答Emails notifications are not sent from the God gem
I use the God gem to monitor my delayed_job processes, so far the gem is doing its job as it should but from some reason 开发者_如何学GoI can\'t get him to send email notifications (i use google apps)[详细]
2023-02-11 06:01 分类:问答Can the delayed_job gem be used outside of Rails?
Is it possible to use th开发者_JS百科e delayed_job gem outside of Rails? Or put another way, can it be used in a pure Ruby project?[详细]
2023-02-10 14:34 分类:问答Is there a way to add a callback to a failed attempt in Delayed::Job?
Occasion开发者_StackOverflow社区ally a job will increment an attempt and not perform the method regenerate_styles. I\'ve noticed that if I pass a method rengerate_styles manually to whatever the faile[详细]
2023-02-09 22:44 分类:问答