python-flask-celery-example icon indicating copy to clipboard operation
python-flask-celery-example copied to clipboard

Flask Rest API with the use of Celery

Results 2 python-flask-celery-example issues
Sort by recently updated
recently updated
newest added

This happen because it uses the latest version of Celery in the requirement.txt

When using the docker compose way, the swagger UI route produce this error "No API definition provided". It works when launching the API directly so I think It has to...