Closed jokerbo1 closed 4 months ago
Please provide a sample program and instructions on running it so we can see what the issue is.
hello, running command
/home/blibee/miniconda3/envs/robotsocketenv/bin/gunicorn -b 0.0.0.0:8011 gaia.asgi:application -w 4 -k uvicorn.workers.UvicornWorker --max-requests 1500 --max-requests-jitter 2000
i see slipcover application support command format is
python3 -m slipcover -m pytest this command not support my current application startup .i expected mulproc runing is collect service code coverage .
This is my running scene, thank you~
What we need are installation instructions / code. In particular, here, we'd need code for the gaia application.
Closing for lack of information
please support gunicorn start django code coverage measure,thank you