Hi,
I developed a small application to send emails from a web app without blocking even if the mail server is slow by using pyramid_celery. I like its api, and I really would like to use it in bigger projects.
BUT there's a problem: I always run
pceleryd ./development.ini
from the commands line, but I would like not to do this. I run my application with mod_wsgi, and running pceleryd from a shell is the opposite that I'd like to do.
Is there a way to avoid running pceleryd from the command line? Is there some equivalent directive that I can use in apache virtualhost configuration?