Skip to content

Commit

Permalink
Using /tmp/pids instead of /pids for delayed_job pids.
Browse files Browse the repository at this point in the history
  • Loading branch information
daronco committed Oct 7, 2011
1 parent b655144 commit 81c5fa4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/god/delayed_job.god
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RAILS_ENV = "production"
w.log = "#{RAILS_ROOT}/log/god_delayed_job.log"
w.start_grace = 30.seconds
w.restart_grace = 30.seconds
w.pid_file = "#{RAILS_ROOT}/pids/delayed_job.pid"
w.pid_file = "#{RAILS_ROOT}/tmp/pids/delayed_job.pid"

w.behavior(:clean_pid_file)

Expand Down
Empty file removed pids/.gitkeep
Empty file.

0 comments on commit 81c5fa4

Please sign in to comment.