You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 3, 2019. It is now read-only.
We need to be able to have recurring cron jobs ran, on our behalf. For example, to hit GitHub's API, or the Meetup API, on a daily basis, to pull in current statistics or Meetup events.
Feature
Why is this feature being added?
We need to be able to have recurring cron jobs ran, on our behalf. For example, to hit GitHub's API, or the Meetup API, on a daily basis, to pull in current statistics or Meetup events.
The whenever gem is a perfect tool to solve this.
This issue will complete the implementation for #153
What should your feature do?