Why celery doesn’t run the code and how can i fix it?
I’m developing an api in django, for this api I need to use celery to do delayed actions. eventually, the aim would be to remove data from the database after a certain period of inactivity. I’ve set up celery and Rabbitmq, but when I try to execute something with a print to try nothing happens.