You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One problem is that sidekiq-limit_fetch, which we're currently using, is incompatible with the other rate-limiting gems, since they all patch into the way Sidekiq retrieves jobs from the queue.
One workaround is to remove sidekiq-limit_fetch and use the time-limits for non-API jobs like parsing, too. Yay/Nay?
As in this comment thread: #251 (comment)
Use https://github.com/gevans/sidekiq-throttler for all API jobs to be nicer ✨ 💖 ✨
PLOS has 7200 requests per 24 hours, Mendeley has 500/hour maybe outdated source, Fitbit 150/hour source, SNPedia ???, but something much less
Edit: Looks like sidekiq-throttler only supports Sidekiq 2/3, not 4!
The text was updated successfully, but these errors were encountered: