Problems using passenger with capistrano standard deployment pattern
0 views
Skip to first unread message
trevorrowe
unread,
Jun 4, 2008, 3:59:11 PM6/4/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
One of capistrano's standard patterns is to have the "current"
directory a symlink into a directory of timestamped releases. It
appears that after a deployment touching the tmp/restart.txt does not
get mod rails to retire the old application spawner and applications.
the tmp directory is global to all releases so it is being found and
removed by mod rails, but it appears in my process list that mod rails
treats the old application spawner as a different application all
together because its ACTUAL path on disk is different.
Is there any way I can send a message to passenger to let it know its
okay to kill these processes?