thoth-station / mi

an experiment on Source Operation Metrics
GNU General Public License v3.0
6 stars 10 forks source link

Issues initialization is taking too long (perhaps stuck) #533

Closed xtuchyna closed 2 years ago

xtuchyna commented 2 years ago

Bug description

When collecting Issues for big repositories, it seems that initialization step takes too long (and maybe it is even stuck)

Steps to Reproduce

Steps to reproduce the behavior:

  1. python -m srcopsmetrics.cli -clr openshift/origin --entities Issue
  2. See pending state

Actual behavior

The initial steps should not take too long

Expected behavior

the aggregation process needs to start immidiatelly

Additional context

Related to #504