Pyramid 1.10.4
Celery 4.4.2
pyramid_celery 3.0.0
Python 3.6.9
I was trying to specify my celery result_backend using the .ini file. But it just wouldn't work. Kept getting results: disabled://.
Moving the config to celeryconfig.py with USE_CELERYCONFIG = True fixed the issue for me, but thought this might still be something to look into, as expected behaviour might be for it to work either way.
Thank you,