dignoe / whenever-elasticbeanstalk

Allows you to run cron jobs easily on one or all AWS Elastic Beanstalk instances.
MIT License
48 stars 35 forks source link

Updates to support AWS EB as at 2014-05-16 #10

Closed jufemaiz closed 10 years ago

jufemaiz commented 10 years ago

This is confirmed as working, thought there may be an argument for using the environment variable $EB_CONFIG_APP_SUPPORT for /var/app/containerfiles ?

41studi0 commented 10 years ago

can you take a look this pull request @dignoe ?

jufemaiz commented 10 years ago

https://github.com/dignoe/whenever-elasticbeanstalk/issues/7 https://github.com/dignoe/whenever-elasticbeanstalk/issues/8

lime commented 10 years ago

I would definitely use $EB_CONFIG_APP_SUPPORT in place of /var/app/containerfiles, since it is more likely to be future-proof.

Does $EB_CONFIG_APP_SUPPORT exist in the old environments that use /var/app/support? Because that could mean we wouldn't have to sacrifice backwards compatibility at least on that front, which would be great.