OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Added sidekiq cron to allow for the scheduling of jobs #427

Closed BRIMIL01 closed 5 years ago

BRIMIL01 commented 5 years ago

Description of changes

Added the meetup sync job to run at 4am and added the cron tab to the sidekiq UI to make sure we have visibility into the scheduled jobs.

Issue Resolved

Fixes #163