Cron

class

gworker_client.scheduling.Cron

Cron-string schedule (UTC). Pass as the schedule= argument to @app.task to run the task on a recurring schedule. Uses standard 5-field cron syntax.

Class

python
1class Cron

← Back to docs