eWaterCycle / eWaterCycle/jupyterlab_thredds
Crawler does not fetch concurrently
Open
- Dominant language
- Python
- Stars
- 25
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
To get the exception propagation to work an [await task](https://github.com/eWaterCycle/jupyterlab_thredds/blob/master/jupyterlab_thredds/crawler.py#L158) was added. This causes the crawler to wait for each fetch to complete before starting a new one.
The crawler must be rewritten for concurrency to work again.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.