Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Conversation

@hpjaj
Copy link
Collaborator

@hpjaj hpjaj commented Mar 3, 2018

Description of changes

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 implements the backend.

In order for this to go live in prod, infrastructure will need to be added and addressed.

Issue Resolved

Fixes #163

@apex-omontgomery
Copy link
Member

todo: determine if any type of tests are needed.

My opinion is that tests verifying that the gem works are not needed.

I could be testing that the jobs listed in the config file exist, to prevent recurring hidden errors, and individually test the rake files based on what needs to be done.

@apex-omontgomery
Copy link
Member

With the migration to sidekiq worker classes instead of ActiveJob base classes closing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the whenever gem for cron jobs

2 participants