oortcloud / heroku-buildpack-meteorite

MIT License
189 stars 97 forks source link

Scheduling jobs #51

Open tharrington opened 10 years ago

tharrington commented 10 years ago

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?

dhavaln commented 8 years ago

@tharrington I am having the same issue, though I am using the heroku-buildpack-meteor, were you able to resolve this issue?