我已经设置了我的 rails 应用程序以使用dragonfly + s3
. 到目前为止一切正常。我已经将我的 rails 应用程序部署在Heroku
. Now i want to upload my images to s3 without hitting the rails server, as due to heavy uploading my rails server crashes
. 我想要某种方式插入Redis
图片,以便图像排队到 Redis 并sidekiq or Resque
在后台处理它们。我的问题是应该用什么方法来做这样的事情。是否存在任何 ruby 库来实现这一点。感谢任何帮助。
问问题
275 次