Skip to content

Commit

Permalink
[api] add missing reference for update package meta delayed job
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Jan 12, 2012
1 parent cdf0869 commit 8dc37b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/script/delayed_job
Expand Up @@ -6,5 +6,6 @@ require File.join(RAILS_ROOT, 'lib/workers/status_monitor_job.rb')
require File.join(RAILS_ROOT, 'lib/workers/issue_trackers_to_backend_job.rb')
require File.join(RAILS_ROOT, 'lib/workers/fetch_issues.rb')
require File.join(RAILS_ROOT, 'lib/workers/update_issues.rb')
require File.join(RAILS_ROOT, 'lib/workers/update_package_meta_job.rb')
require 'delayed/command'
Delayed::Command.new(ARGV).daemonize

0 comments on commit 8dc37b5

Please sign in to comment.