RubyGems Navigation menu

async_endpoint 0.0.1

Often in our Rails applications we have tasks that may take a lot of time to finish, such as external API requests. This is risky to perform inside our endpoints because it blocks our threads and is not scalable. Here we provide a solution to this problem, using sidekiq to run our heavy work in background

Gemfile:
=

安装:
=

版本列表:

  1. 0.0.1 October 16, 2016 (8.0 KB)

Runtime 依赖 (2):

rails ~> 4.2
sidekiq ~> 4.1

业主:

作者:

  • Martín Rosso

SHA 256 校验和:

=

下载总量 2,919

这个版本 2,919

版本发布:

许可:

MIT

需要的 Ruby 版本: >= 0

链接: