extinctionrebellion/RebelsManager

View on GitHub
Procfile

Summary

Maintainability
Test Coverage
web: bundle exec puma -t 5:5 -p ${PORT:-3000} -e ${RACK_ENV:-development}
worker: bundle exec sidekiq -t 25 -C config/sidekiq.yml