Can I start a sidekiq job from a Heroku procfile?
If I have a worker called MigrationWorker
can I run that from a procFile
that would run when pushing code to Heroku?
If I have a worker called MigrationWorker
can I run that from a procFile
that would run when pushing code to Heroku?