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:
=

installieren:
=

Versionen:

  1. 0.0.1 October 16, 2016 (8 KB)

Runtime Abhängigkeiten (2):

rails ~> 4.2
sidekiq ~> 4.1

Besitzer:

Autoren:

  • Martín Rosso

SHA 256-Prüfsumme:

=

Downloads insgesamt 2.919

Für diese Version 2.919

Version veröffentlicht:

Lizenz:

MIT

Erforderliche Ruby-Version: >= 0

Links: