async-worker/async-worker

View on GitHub
Branch: main(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.json
.coveragerc
.gitattributes
.github/CODEOWNERS
.github/dependabot.yml
.github/release-drafter.yml
.github/workflows/main.yaml
.github/workflows/pull-request.yaml
.github/workflows/release-drafter.yaml
.github/workflows/release.yaml
.gitignore
CODE_OF_CONDUCT.md
CODE_OF_CONDUCT_pt_BR.md
CONTRIBUTING.md
DEVELOPING.md
LICENSE
Pipfile
Pipfile.lock
README.md
async-worker.svg
asyncworker/__init__.py7
A
0 mins
A
100%
asyncworker/app.py191
A
2 hrs
A
96%
asyncworker/bucket.py24
A
0 mins
A
100%
asyncworker/conf.py35
A
0 mins
A
100%
asyncworker/connections.py148
A
0 mins
A
100%
asyncworker/consumer.py197
A
1 hr
A
97%
asyncworker/decorators.py26
A
0 mins
A
100%
asyncworker/easyqueue/__init__.py0
A
0 mins
F
0%
asyncworker/easyqueue/connection.py79
A
1 hr
A
98%
asyncworker/easyqueue/exceptions.py10
A
0 mins
B
83%
asyncworker/easyqueue/message.py70
A
1 hr
A
95%
asyncworker/easyqueue/queue.py347
C
1 day
A
95%
asyncworker/entrypoints.py19
A
0 mins
A
100%
asyncworker/exceptions.py8
A
0 mins
A
100%
asyncworker/http/__init__.py2
A
0 mins
A
100%
asyncworker/http/decorators.py42
A
25 mins
A
100%
asyncworker/http/entrypoints.py74
A
1 hr
A
100%
asyncworker/http/methods.py9
A
0 mins
A
100%
asyncworker/http/types.py30
A
0 mins
A
100%
asyncworker/http/wrapper.py10
A
0 mins
A
100%
asyncworker/metrics/__init__.py3
A
0 mins
A
100%
asyncworker/metrics/aiohttp_resources.py53
A
0 mins
A
100%
asyncworker/metrics/buckets.py44
A
0 mins
A
100%
asyncworker/metrics/collectors/__init__.py0
A
0 mins
F
0%
asyncworker/metrics/collectors/base.py7
A
0 mins
A
100%
asyncworker/metrics/collectors/gc.py44
A
0 mins
A
100%
asyncworker/metrics/collectors/platform.py39
A
0 mins
A
100%
asyncworker/metrics/collectors/process.py1
A
0 mins
A
100%
asyncworker/metrics/definitions/__init__.py2
A
0 mins
A
100%
asyncworker/metrics/definitions/amqp.py2
A
0 mins
A
100%