An open API service indexing awesome lists of open source software.

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

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.