- turn search cleanup into a rake job to avoid parallel killing of the database
authorAdrian Schröter <adrian@suse.de>
Sun, 27 Feb 2011 16:26:13 +0000 (17:26 +0100)
committerAdrian Schröter <adrian@suse.de>
Sun, 27 Feb 2011 16:26:13 +0000 (17:26 +0100)
commit9dc8319a5b4f1ed7450f0e3023b2562bd7b8418a
tree47e9ac4e7e45eed2e45cc9cb5f57a3038e3e0704
parent1c2b70fc546635fab7c669bf51b48c53563f4121
- turn search cleanup into a rake job to avoid parallel killing of the database
app/helpers/search_helper.rb
config/environment.rb
db/migrate/20110227150000_create_delayed_jobs.rb [new file with mode: 0644]
db/schema.rb
lib/tasks/delayed_job.rake [new file with mode: 0644]
lib/workers/search_helper_job.rb [new file with mode: 0644]
script/delayed_job [new file with mode: 0755]