0

I am creating a webapp using flask framework where I want to execute a certain task let's say send emails on a specified date and time.

I search on google and any other websites where I can find but no luck I also gone through the package called schedule in python but it didn't satisfy my requirement.

So is there any idea or package which can help and solve my problem?

Book Of Zeus
  • 48,853
  • 18
  • 173
  • 169
rhoitjadhav
  • 519
  • 5
  • 15

3 Answers3

1

I personally use apscheduler library. Hope this package can satisfy your requirement.

Hiadore
  • 694
  • 3
  • 15
0

I have been using schedule for almost a week now. Easy to use and no problem so far.

bibek
  • 141
  • 2
  • 4
  • 9
0

I have followed this for Django https://realpython.com/asynchronous-tasks-with-django-and-celery/

It works..!

Set the Cron date and time for running task on specific date and time