sidekiq_relay
Version, currently master branch1 version
- master branchlatestSep 10, 2019
github.com/pgeraghty/sidekiq_relay
Sidekiq Relay
Installation
# Add this to your shard.yml
dependencies:
sidekiq_relay:
github: pgeraghty/sidekiq_relay
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.30.1- License
- MIT
- Author
- Paul Geraghty
Dependencies
Runtime Dependencies
- redis~> 2.2.1github: pgeraghty/crystal-redis, branch: pipeline_multi
- sidekiq~> 0.7.0github: mperham/sidekiq.cr, branch: master
- redis-sentinel*github: pgeraghty/redis-sentinel-crystal, branch: master
README
Sidekiq Relay
Allows piping of Sidekiq jobs to remote Sidekiq configurations (i.e. non-local Redis) to reduce delays compared to directly enqueuing to remote Redis instances. Supports Redis Sentinel.
Ruby gem coming soon to use in conjunction (e.g. for enqueuing from Rails applications).
Installation
-
Add the dependency to your
shard.yml:dependencies: sk_relay: github: pgeraghty/sidekiq_relay -
Run
shards install
Usage
require "sidekiq_relay"
Given the environment established via the example Redis 4 Docker Compose file, tests should complete successfully.
TODO: Write further usage instructions here
TODO: example.cr that just needs Redis config
TODO: allow loading remote Redis config from YAML alongside a Docker image containing a statically-linked binary.
Development
Testing and development require a functional Redis Sentinel configuration; I have provided Docker Compose files to establish these for Redis 4. Both set up a separate static network so that IP addresses are pre-established.
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/pgeraghty/sidekiq_relay_crystal/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Paul Geraghty - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 10, 2019
- Crystal
0.30.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/pgeraghty/sidekiq_relay
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 19, 2026
- Synced
- Aug 19, 2026
- Versions
- 1