The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How can I set the Github refresh interval so it picks up commits immediately

RemiV
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 8, 2016

Everything works allright, commits, smart commits are working etc. However it takes quite some time before changes are picked up.

 

Is there a way to setup the interval in such a way that commits are picked up immediately?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
RemiV
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2016

Not sure how to do that exactly. But worth a try.

 

Also, would configuring the servlet perhaps be a option? Any experience with this? 

plugins/servlet/oauth/authorize

https://developer.atlassian.com/jiradev/jira-apis/jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-oauth-authentication

0 votes
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 8, 2016

I would suggest a post commit hook that makes a callback to the application server requesting a repository incremental index for the specific repo. Have never done it myself, but it should be possible.