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
I am having trouble scheduling a job in heroku. With a standard buildpack, node is stored in the app/bin/ directory. You can $which node to check the node version in the heroku terminal ($heroku run bash). A scheduled job script will be placed in the same directory as node. With the buildpack, it looks like node is stored in ~/.meteor/heroku_build/bin... I found this by manual inspections; when I issue $which node nothing happens.
If this isn't a problem, where should the scheduled job script be placed?
The text was updated successfully, but these errors were encountered:
I am having trouble scheduling a job in heroku. With a standard buildpack, node is stored in the app/bin/ directory. You can $which node to check the node version in the heroku terminal ($heroku run bash). A scheduled job script will be placed in the same directory as node. With the buildpack, it looks like node is stored in ~/.meteor/heroku_build/bin... I found this by manual inspections; when I issue $which node nothing happens.
If this isn't a problem, where should the scheduled job script be placed?
The text was updated successfully, but these errors were encountered: