Open jbcurtin opened 5 years ago
Tracked on JIRA as issue SCSB-22.
The underlying JIRA client has backoff-and-retry built in, which we can configure with jirahub's c.jira.max_retries parameter. Do you think it's reasonable to "solve" this by simply increasing the number of retries?
This is their backoff implementation, btw, it looks solid: https://github.com/pycontribs/jira/blob/ec0432b852448d2fcd61f83fa581af6575f0c67c/jira/resilientsession.py#L100
Stacktrace