datacube-core
datacube-core copied to clipboard
Remove outdated and unused celery integration.
The ODC includes some old celery integration, that:
- depends on an ancient version of celery with known security issues (and moving to a recent version will require significant code changes on our end.); and
- has not been used by DEA for many years, and has never been used by DEAfrica.
I'm planning to excise it from the codebase in the near future unless anybody has any objections? (I feel like if anybody was using it they would have already asked for an upgrade.)
I will add a deprecation warning first.
Celery executor has been deprecated.
@Kirill888 suggests all other executors should be deprecated as well.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Celery is no longer a dependency, the executor no longer exists.