Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mrab-regex slow due to fetching of bitbucket issues #23

Open
jayvdb opened this issue Mar 28, 2020 · 1 comment
Open

mrab-regex slow due to fetching of bitbucket issues #23

jayvdb opened this issue Mar 28, 2020 · 1 comment
Labels
Milestone

Comments

@jayvdb
Copy link
Owner

jayvdb commented Mar 28, 2020

https://bitbucket.org/mrabarnett/mrab-regex/issues/123 are being fetched, because the bitbucket SCM picker doesnt block those URLs.

@jayvdb jayvdb pinned this issue Mar 29, 2020
@jayvdb jayvdb added this to the v0.2.4 milestone Mar 29, 2020
@jayvdb jayvdb added the top360 label Apr 4, 2020
@jayvdb
Copy link
Owner Author

jayvdb commented Apr 5, 2020

poster

pypidb/_scm_url_cleaner.py:782: in get_root
    return self._get_root(url)
...
DEBUG    pypidb._scm_url_cleaner:__init__.py:157 Calling pypidb._scm_url_cleaner.SCMURLCleaner.get_root(self = <pypidb._scm_url_cleaner.SCMURLCleaner object at 0x7f03e15cb130>, url = 'http://bitbucket.org/chrisatlee/poster')
DEBUG    pypidb._adapters:_adapters.py:57 domain block of https://bitbucket.org/chrisatlee/poster skipped
DEBUG    pypidb._adapters:_adapters.py:33 IPblock of https://bitbucket.org/chrisatlee/poster skipped
DEBUG    https_everywhere.adapter:adapter.py:86 No implementation for get_redirect('https://bitbucket.org/chrisatlee/poster')
DEBUG    https_everywhere.adapter:adapter.py:117 no redirection of https://bitbucket.org/chrisatlee/poster occurred
DEBUG    cachecontrol.controller:controller.py:126 Looking up "https://bitbucket.org/chrisatlee/poster" in the cache
DEBUG    cachecontrol.controller:controller.py:179 Current age based on date: 811375
DEBUG    cachecontrol.controller:controller.py:201 Freshness lifetime from expires: 432000
DEBUG    urllib3.connectionpool:connectionpool.py:955 Starting new HTTPS connection (1): bitbucket.org:443
DEBUG    pypidb._scm_url_cleaner:__init__.py:198 Exception Failed occurred in pypidb._scm_url_cleaner.SCMURLCleaner.get_root, "Timeout >100.0s"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant