execreate
10/26/2022, 9:55 AMCMD [ "gunicorn", "main:app", "--workers", "8", "--worker-class", "uvicorn.workers.UvicornWorker", "--bind", "0.0.0.0:8080" ]
and I am getting this error from supertokens:
RuntimeWarning: Inconsistent mode detected, check if you are using the right asgi / wsgi mode
Supertokens docs say use wsgi mode if you are running using gunicorn
. Should I still use wsgi mode even if I have Uvicorn workers?rp_st
10/26/2022, 10:48 AMKShivendu
10/26/2022, 10:56 AMexecreate
10/26/2022, 11:10 AM