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
When sub-issues were identified there could be group of missing issues which need to be fetched.
In current code there is single thread one by one fetch logic.
Feature
Improve the current code to support parallelism as that now it takes big amount of time in compare to rest of workflow.