Period
classgworker_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 Periodgworker_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.
1class Period