We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Syntax may looks like this:
@cron((Seconds,Minutes,Hours,DayofMonth,Month,DayofWeek)) def fn(): pass
or unix like syntax like this:
@cron('* * * * *') def fn(): pass
In the cron decorated function, use slacker to send messages. So, the bot can send daily reports.
The text was updated successfully, but these errors were encountered:
http://stackoverflow.com/questions/25639221/how-to-run-recurring-task-in-the-python-flask-framework
Sorry, something went wrong.
No branches or pull requests
Syntax may looks like this:
or unix like syntax like this:
In the cron decorated function, use slacker to send messages.
So, the bot can send daily reports.
The text was updated successfully, but these errors were encountered: