https://forge.softwareheritage.org/source/swh-scheduler.git
Revision c92ead5875ecfd96a164eec1803398adec6eb8a8 authored by Nicolas Dandrimont on 21 January 2021, 16:31:43 UTC, committed by Valentin Lorentz on 26 January 2021, 12:20:39 UTC
The earlier implementation would just schedule new visits for origins
forever, regardless of whether they were already scheduled or not.
1 parent 2b39cbc
Raw File
Tip revision: c92ead5875ecfd96a164eec1803398adec6eb8a8 authored by Nicolas Dandrimont on 21 January 2021, 16:31:43 UTC
grab_next_visits: don't re-schedule visits too fast
Tip revision: c92ead5
mypy.ini
[mypy]
namespace_packages = True
warn_unused_ignores = True


# 3rd party libraries without stubs (yet)

[mypy-arrow.*]
ignore_missing_imports = True

[mypy-celery.*]
ignore_missing_imports = True

[mypy-confluent_kafka.*]
ignore_missing_imports = True

[mypy-elasticsearch.*]
ignore_missing_imports = True

[mypy-humanize.*]
ignore_missing_imports = True

[mypy-kombu.*]
ignore_missing_imports = True

[mypy-pika.*]
ignore_missing_imports = True

[mypy-plotille.*]
ignore_missing_imports = True

[mypy-pkg_resources.*]
ignore_missing_imports = True

[mypy-psycopg2.*]
ignore_missing_imports = True

[mypy-pytest.*]
ignore_missing_imports = True

[mypy-pytest_postgresql.*]
ignore_missing_imports = True

[mypy-simpy.*]
ignore_missing_imports = True
back to top