How to check for dropped connection and reconnect?

Torsten Feld January 24, 2015

I'm connecting to JIRA with jira-python (0.32). At some point, the connection to the JIRA instance is lost. How can I check if the connection dropped and reconnect? Do I just have to "jira = JIRA(...)" again?

1 answer

0 votes
Jeff
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 9, 2016

What operation are you performing which is holding the connection to JIRA open for long enough that the connection is timing out? Is it possible for you to avoid that operation?

Suggest an answer

Log in or Sign up to answer