https://github.com/veelenga/heroku-buildpack-sidekiq.cr
Sidekiq for Crystal Heroku Buildpack
https://github.com/veelenga/heroku-buildpack-sidekiq.cr
heroku-buildpack
Last synced: about 2 months ago
JSON representation
Sidekiq for Crystal Heroku Buildpack
- Host: GitHub
- URL: https://github.com/veelenga/heroku-buildpack-sidekiq.cr
- Owner: veelenga
- Created: 2017-07-13T11:54:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T08:15:33.000Z (about 7 years ago)
- Last Synced: 2025-02-07T19:29:12.277Z (4 months ago)
- Topics: heroku-buildpack
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sidekiq.cr Heroku Buildpack
Heroku build pack to compile and run your [sidekiq.cr](https://github.com/mperham/sidekiq.cr) workers.
Depends on [heroku-buildpack-crystal](https://github.com/crystal-lang/heroku-buildpack-crystal).## Usage
```
$ heroku create my-app --buildpack https://github.com/crystal-lang/heroku-buildpack-crystal.git
$ heroku buildpacks:add https://github.com/veelenga/heroku-buildpack-sidekiq.cr
```## Prerequirements
In order for the buildpack to work properly you should have a `src/sidekiq.cr` file.
See [Getting Started](https://github.com/mperham/sidekiq.cr/wiki/Getting-Started) at Sidekiq.cr wiki for details.