Charles Heckroth
Charles Heckroth
I have a similar issue. I understand that websocket schemes aren't supported because you simply can't proxy a websocket connection like you can HTTP/HTTPS. However, I am in a situation...
I have added a test to demonstrate the issue: https://github.com/celery/celery/pull/4285
@thomas-riccardi is correct. My main concern would be that it _seems_ like your settings are being taken when you explicitly set them, but Celery is "magically" picking up environment variables...
Corresponding PR adding a test for this case: https://github.com/paulbutcher/ScalaMock/pull/151
If anybody is still using easy_thumbnails and needs this feature to avoid thousands of errant DB queries, it can be done by querying easy_thumbnails models directly. Generally not recommended but...