apparently this fixes resque for spawning child processes. okay.

This commit is contained in:
Emi Matchu 2013-01-28 03:55:36 -06:00
parent 0e5978d92d
commit a9cdabda49

View file

@ -0,0 +1,3 @@
Resque.after_fork do
Resque.redis.client.reconnect
end