Whenever I do a deploy the capistrano deploy, I restart my delayed job and end up with a new process running, but the old one is never stopped. I'm thinking the issue is related to the location of the pid.
My moonshine config has the following shared children:
:shared_children:
- system
- log
- pids
- config
- tmp
But I still end up with a tmp folder that is not a sym link. In fact, I have a tmp/ folder that contains a tmp symlink within it.
What should that shared_children config look like to make a symlink out of the tmp folder?
Thanks!
Tom