Cron
classgworker_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 Crongworker_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.
1class Cron