Re: Redundant execution of tasks with Celery.

2023-10-23 Thread Migui Galan
When I develop Django + celery, I always print the values in the terminal to check it. On Tue, Oct 24, 2023 at 2:33 PM Migui Galan wrote: > Hi Brian, unfortunately I haven't experienced this however if you are not > familiar with logging celery values in the terminal to check repeated > values.

Re: Redundant execution of tasks with Celery.

2023-10-23 Thread Migui Galan
Hi Brian, unfortunately I haven't experienced this however if you are not familiar with logging celery values in the terminal to check repeated values. Try to visit this or search similar keywords: https://stackoverflow.com/questions/31414468/print-statement-in-celery-scheduled-task-doesnt-appear-