The taskd service in general doesn't work. The problem is, that taskd somehow doesn't work with the following configuration, which I introduced to make the ssl redirect work together with the gunicorn proxy:
[filter:prefix]
use = egg:PasteDeploy#prefix
[app:main]
use = egg:Allura
;filter-with = prefix
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The taskd service in general doesn't work. The problem is, that taskd somehow doesn't work with the following configuration, which I introduced to make the ssl redirect work together with the gunicorn proxy:
[filter:prefix]
use = egg:PasteDeploy#prefix
[app:main]
use = egg:Allura
;filter-with = prefix
fixed by disabling the filter only for taskd.
Note: This way, the config of web and taskd are differing now slightly