Hello, Prefect is not validating the `cache` whe...
# ask-community
s
Hello, Prefect is not validating the
cache
when running it with celery using this command.
celery -A app.tasks.celery_app worker --max-tasks-per-child=1 --loglevel=ERROR
Everything works fine when I use this command
celery -A app.tasks.celery_app worker --loglevel=ERROR