Skip to content
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

Add cron style events #17

Closed
doughsay opened this issue Feb 11, 2013 · 0 comments
Closed

Add cron style events #17

doughsay opened this issue Feb 11, 2013 · 0 comments
Assignees

Comments

@doughsay
Copy link
Owner

  • Each object should have a crontab.
  • The crontab is a list of jobs.
  • A job is a cron-spec (e.g. 0 30 11 * * 1-5), a verb name, and a boolean (enabled).
  • e.g. {spec: '* * * * * *', verb: 'think', enabled: true}
  • This is registered by the server in a global cron registry, and executed at the appropriate times.
@ghost ghost assigned doughsay Feb 11, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant