NLeSC / xtas

Distributed text analysis suite based on Celery
http://nlesc.github.io/xtas/
Other
94 stars 32 forks source link

Celery worker should report which Elasticsearch it will use #42

Closed larsmans closed 10 years ago

larsmans commented 10 years ago

Trivial to fix.

larsmans commented 10 years ago

Not so trivial. Maybe we should subclass and override app.start.

dodijk commented 10 years ago

Actually isn't that trivial. Would be in the celery main process, but no xtas code is run there.

larsmans commented 10 years ago

Effectively, this is the same issue as #47.

larsmans commented 10 years ago

Subclassing and overriding start doesn't help since the log level is only set when Celery.start is called.

larsmans commented 10 years ago

This one and #47 are tougher than I thought and Celery docstrings are lacking. I've posted an SO question about it.