databricks / spark-pr-dashboard

Dashboard to aid in Spark pull request reviews
spark-prs.appspot.com
Apache License 2.0
54 stars 46 forks source link

Allow JIRA bot to start progress on reopened issues #67

Closed JoshRosen closed 8 years ago

JoshRosen commented 8 years ago

The JIRA bot should be able to start progress on reopened issues, not just open ones. This was causing the PR updates for SPARK-529 to fail. I also increased the urlfetch request timeout in the JIRA handlers since a slow Apache JIRA was causing tasks to fail.

JoshRosen commented 8 years ago

Confirmed that this fixed worked (by monitoring error rates in logs), so I'm going to merge this.