Scheduling in Python [closed]
I have a requirement where I need to schedule a job in Django. The issue is that my app will be running on multiple pods, which will eventually lead to running my job multiple times. Is there any way to avoid this?
Thanks