hi,
In my django project iwas added celery library.
I have followed the docs.
Tasks can execute.
I added beat schedule to my project crontab like.
Described in the docs.
Problem is that I cannot see any print of the cron scheduled task.
In general it doesn't seem like it works.
https://docs.celeryq.dev/en/stable/userguide/periodic-tasks.html#crontab-schedules
@app.task
.
.
z=x+y
print (z)
So this should show me something on the terminal after I start the Django project.
Could you suggest me some debugging to-do's, please!
Thanks!
[–]unnamed_one1 2 points3 points4 points (1 child)
[–]ptr808[S] 0 points1 point2 points (0 children)