Categories: None [Edit]

async_endpoint

https://rubygems.org/gems/async_endpoint
https://github.com/mrosso10/async_endpoint
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

Total

Ranking: 157,085 of 180,402
Downloads: 2,782

Daily

Ranking: 63,206 of 180,392
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
42513,487,988rails
142221,486,883sidekiq

Owners

#GravatarHandle
1iconmrosso10