You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
Seems that heroku scheduler always appends commands with bundle exec, and for some reason this fails on heroku without explicitly added rake to gemfile.
Seems that heroku scheduler always appends commands with
bundle exec, and for some reason this fails on heroku without explicitly added rake to gemfile.related SO thread: https://stackoverflow.com/questions/8176282/bundle-exec-rake-dbmigrate-causes-cant-find-executable-rake-error
my fail logs: https://gist.github.com/patcon/8c4154b294e03b0902f60efbcda20ac0
Steps to reproduce:
heroku run bashbundle exec rake prog:channels:syncWe should add this.