Is there any way in Celery to remove all previous task results via command line? Everything I can find references purge
, but that doesn't seem to be for task results. Other solutions I have found include using a Celery beat which periodically removes it, but I'm looking for a one-off command line solution.
I use Celery 4.3.0.