https://forge.softwareheritage.org/source/swh-scheduler.git
Revision a18f56205d1d4c06baa8e4a3d525c94452a80315 authored by David Douard on 04 December 2019, 09:55:25 UTC, committed by David Douard on 04 December 2019, 15:36:19 UTC
- runner: counting the number of scheduled tasks,
- listener: counting the number of processed events.
1 parent f206076
Raw File
Tip revision: a18f56205d1d4c06baa8e4a3d525c94452a80315 authored by David Douard on 04 December 2019, 09:55:25 UTC
celery: add 2 statsd probes for the runner and listener
Tip revision: a18f562
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-elasticsearch.*]
ignore_missing_imports = True

[mypy-kombu.*]
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
back to top