Compare commits
2 Commits
master
...
dev-testin
Author | SHA1 | Date | |
---|---|---|---|
90b09b55ea | |||
d07eb28f58 |
@ -38,7 +38,7 @@ steps:
|
|||||||
- name: coverage
|
- name: coverage
|
||||||
image: python:3.8
|
image: python:3.8
|
||||||
environment:
|
environment:
|
||||||
REDIS_URL: "redis://cache"
|
PRODUCER_REDIS: cache
|
||||||
commands:
|
commands:
|
||||||
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- pip3 install --cache-dir='./.pipcache' coverage pytest
|
- pip3 install --cache-dir='./.pipcache' coverage pytest
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
=================
|
|
||||||
Producer endpoint
|
|
||||||
=================
|
|
||||||
Manages IP changes of consumers. If a consumer sends a message to /ip endpoint, it will write the gotten IP address into the redis DB.
|
|
||||||
|
|
||||||
Produced by GoldenPogácsa Inc.
|
|
Reference in New Issue
Block a user