Method returns true in a rails app controller, but returns false in resque worker when File.exists?
I want to pass the path this to a resque worker which will act upon this file. This worker is unable to find this file and the File.exists? Return a false even though the same method returns true in the controller class. This is happening intermittently and I assume there is a race condition. Any suggestions as to what could be the issue and how to handle it?
Please give me some advice...
Thanks in advance.