and made /project endpoint fail gracefully when rich info fetching fails.
the bug was caused by a duplicate delete statement here, that keeps eating the queue 2x faster, therefor when we have two parallel fetches, the last added fetch request never get fulfilled because it was deleted from the queue before it was processed. fixed in a9ee14372ce6aa34a87b6faae4fa20f6940dc6dd
Type of change
[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (changes that require a fresh clone of the repo)
and made
/project
endpoint fail gracefully when rich info fetching fails.the bug was caused by a duplicate delete statement here, that keeps eating the queue 2x faster, therefor when we have two parallel fetches, the last added fetch request never get fulfilled because it was deleted from the queue before it was processed. fixed in a9ee14372ce6aa34a87b6faae4fa20f6940dc6dd
Type of change