You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the error mentioned in the title when using "github2:pull" backend.
I'm using the "grimoirelab/grimoirelab:latest" docker image.
The projects.json file contains about 4000 repos and the backend configuration in setup.cfg looks like this:
I'm getting the error mentioned in the title when using "github2:pull" backend.
I'm using the "grimoirelab/grimoirelab:latest" docker image.
The projects.json file contains about 4000 repos and the backend configuration in setup.cfg looks like this:
I changed the limit to 2000 with this:
Elasticsearch documentation mentions that maybe not a good idea: https://www.elastic.co/guide/en/elasticsearch/reference/6.8/mapping.html#mapping-limit-settings
Found a pull request with the same issue, where the structure was changed to avoid this error:
chaoss/grimoirelab-perceval#742
Something similar should be done for "github2" backend or changing the limit is the right solution?
The text was updated successfully, but these errors were encountered: