opensemanticsearch / open-semantic-etl

Python based Open Source ETL tools for file crawling, document processing (text extraction, OCR), content analysis (Entity Extraction & Named Entity Recognition) & data enrichment (annotation) pipelines & ingestor to Solr or Elastic search index & linked data graph database
https://opensemanticsearch.org/etl
GNU General Public License v3.0
255 stars 69 forks source link

tasks: adapt to new Celery API #146

Closed wsldankers closed 2 years ago

wsldankers commented 2 years ago

Recent releases of Celery have a few incompatible API changes. Update the use of Celery to accommodate these.

Also does not install the Debian version of celery, it does not have the worker_main method - it was added back in 5.0.1 (Debian ships 5.0.0).