Is it possible for the resque worker and the resque server application to be the same application instance in cloudfoundry. My server application saves a file, the worker instance is a standalone ruby class that has to read the file from the server instance.
Both are ruby rails applications. I have tried saving it in a postgres bytea but activerecord fails to save with memory error. It could be my meagre dev machine.
I have been told to use Mongodb but my app requires postgres...and box.net is not free. Ideally I need a free way of sharing files or two have them run on the same application instance or three find some other low memory way of having the worker ruby standalone class read the file stored from the rails server upload