DEV Community

Discussion on: Fail Fast and Fail Often: Handling API Errors at Scale

Collapse
 
pbalaban profile image
Petr Balaban

Hello Akshay,

I'm just curious, why you can not extract the logic for comments fetching and action item creation to a separate Sidekiq job? In that case when client.get_pull_requests API call will be finished successfully the Sidekiq job also will be finished