Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduling jobs #51

Open
tharrington opened this issue Aug 22, 2014 · 1 comment
Open

Scheduling jobs #51

tharrington opened this issue Aug 22, 2014 · 1 comment

Comments

@tharrington
Copy link

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
Copy link

dhavaln commented Dec 22, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants