rufuspollock-okfn / bibserver

BibServer is open-source software what makes it easy to publish, manage and find bibliographies. BibServer is RESTful and web-friendly.
MIT License
126 stars 34 forks source link

Ingest startup method does not register against app #238

Closed markmacgillivray closed 12 years ago

markmacgillivray commented 12 years ago

Ingest is currently started only if name = main but given that we do not run the code that way in production, this will have to change. Should probably be called in core.py under create_app - but then need to check how the ingest processes will get killed when bibserver is killed.

epoz commented 12 years ago

I think we should not change the code, but start the ingest process separately in production using its own supervisord entry. We only need an ingest for instances that allow uploads.

markmacgillivray commented 12 years ago

OK, will try that just now