So I've been playing with celery configuration with Pyramid and I was wondering how you guys handle it?
My problem right now is the best way to tell celery how to bind SQLAlchemy configuration. If I don't call initialize_sql inside my celeryconfig.py it doesn't get bound but I don't want to call initialize_sql from celeryconfig.py because its used both on the app side and to run celeryd. -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
