What is the number of commits can read at each time of an API call?

Issue #72 invalid
Former user created an issue

I have configured a repo which has 61K+ commits which is not even syncing any data into jigit after I did re-indexing. I tried to configure it as new repo again and still shows commits is zero on jigit.

Below are my config: Commit Request Timeout : 30 sec Sleep : 600sec each : 100requests

I am using gitlab and seen that jigit is calling API into gitlab and maximum time it took is 2036ms

How can I move forward from here?

Comments (3)

  1. Dmitrii Apanasevich repo owner

    Hi,

    The add-on reads commits one by one from the latest to the first.

    I have configured a repo which has 61K+ commits which is not even syncing any data into jigit after I did re-indexing.

    Have you checked your settings with Test connection button? Was it successful?

    I tried to configure it as new repo again and still shows commits is zero on jigit.

    Let's dig deep into JIRA logs. Please, enable debug logging level for package jigit and collect related information from JIRA log.

  2. Log in to comment