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 (8KB)

Runtime依存関係 (2):

rails ~> 4.2
sidekiq ~> 4.1

所有者:

作者:

  • Martín Rosso

SHA 256チェックサム:

b895789584786e726319cef98d8829f0242d5f06abf40dad96a326fe4973779c

累計ダウンロード数 2,798

このバージョンのみ 2,798

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: