Period

class

gworker_client.scheduling.Period

Fixed-interval schedule. Pass as schedule= to @app.task to run the task every N seconds/minutes/hours. For cron-style scheduling, use Cron instead.

Class

python
1class Period

← Back to docs