{ "key": "frequent_example", "class": "ExampleJob", "cron": "* * * * * *", "set": "Lambda/Callable", "description": "Enqueue an ExampleJob with a random sample of configuration", "args": "Lambda/Callable" }
{ "key": "other_example", "class": "OtherJob", "cron": "*/15 * * * * *", "set": { "queue": "default" }, "description": "Enqueue an OtherJob occasionally" }
{ "key": "batch_example", "class": "ExampleJob::BatchJob", "cron": "*/30 * * * * *", "set": "None", "description": "Enqueue a Batch" }
{ "key": "complex_schedule", "class": "OtherJob", "cron": "Lambda/Callable", "set": "None", "description": "None" }