Commit
e26d9d798a35ab122183e05c4128d4387b50cdf1
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Removing mistake on delayed_job monkey patch
|
| @@ -41,7 +41,6 @@ Delayed::Worker.module_eval do |
| @@ -41,7 +41,6 @@ Delayed::Worker.module_eval do |
|
41
| end |
41
| end |
|
42
| end |
42
| end |
|
43
| |
43
| |
|
44
| - job = Delayed::Job.new |
| |
|
45
| run(job) if job |
44
| run(job) if job |
|
46
| rescue => e |
45
| rescue => e |
|
47
| handle_failed_job(job, e) |
46
| handle_failed_job(job, e) |