TylerConlee / slab

Slack bot monitoring upcoming SLA breaches in Zendesk
GNU General Public License v3.0
14 stars 3 forks source link

increase http response timeout #468

Closed TylerConlee closed 4 years ago

TylerConlee commented 4 years ago

New tickets are not appearing to come through, likely due to HTTP timeouts on Zendesk's side for larger queries. First attempt at a solution: increase the HTTP client's timeout and see if that helps aid the situation. If not, we can revisit this and attempt to pull less data, which should, in turn, result in fewer timeouts.