Hi, I'm assessing Heroku as a potential host for a web service we've been developing, and I am perplexed by a piece of contradictory information I found in the documentation. Specifically, the documentation states
a) that uploading files to S3 should be handled by background workers (http://docs.heroku.com/background-jobs); b) that there is no way to store a file locally and guarantee it'll still exist when the worker comes looking for it. So which is it? Can we somehow guarantee that a file will exist locally and let DJ upload to S3 it in the background? Or is this part of the documentation inaccurate? -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
