-
-
Notifications
You must be signed in to change notification settings - Fork 313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move "Periodic Jobs" section out of README into guide #1175
Conversation
Each part may have multiple rules, where rules are separated by a comma. The allowed values for | ||
each field are as follows: | ||
|
||
| Field | Allowed Values | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
This plugin registers workers a cron-like schedule and enqueues jobs automatically. Periodic | ||
jobs are declared as a list of `{cron, worker}` or `{cron, worker, options}` tuples. | ||
Periodically enqueue jobs through [cron](https://en.wikipedia.org/wiki/Cron)-based scheduling. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved some stuff around here, I like the flow now, thoughts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, the new flow is an improvement!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A fantastic start! Everything you've done here is spot on and the direction we're hoping to go. I've left a few comments about outdated information that was ported from the README. This is ready to go once that's corrected/updated 🎉
@sorentwo updated ✅ |
An excellent start, thank you! |
This is the start of some work on #850. We'll want to split the README out into guides, and the cron plugin seemed like a good candidate to start off—it's isolated and its functionality is self-contained.