How can I schedule a task with celery to run only once in my Django app. Lets say I'm writing a reminder app where user can login to the system and say "Please remind me 10 minutes earlier that I have a meeting by 10:00am". Then the celery task will run by 9:50am and after that, it would never run again. Not a recurring task.
            Asked
            
        
        
            Active
            
        
            Viewed 463 times