https://github.com/driftingruby/061-periodic-tasks-with-sidekiq-cron
Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.
https://github.com/driftingruby/061-periodic-tasks-with-sidekiq-cron
Last synced: about 1 year ago
JSON representation
Using a third-party add-on, sidekiq-cron, we can create periodic tasks to extend the functionality of sidekiq.
- Host: GitHub
- URL: https://github.com/driftingruby/061-periodic-tasks-with-sidekiq-cron
- Owner: driftingruby
- Created: 2017-01-03T02:31:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T03:04:39.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T08:31:32.265Z (over 1 year ago)
- Language: Ruby
- Homepage: https://www.driftingruby.com/episodes/periodic-tasks-with-sidekiq-cron
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
This README would normally document whatever steps are necessary to get the
application up and running.
Things you may want to cover:
* Ruby version
* System dependencies
* Configuration
* Database creation
* Database initialization
* How to run the test suite
* Services (job queues, cache servers, search engines, etc.)
* Deployment instructions
* ...