whenever-elasticbeanstalk
whenever-elasticbeanstalk copied to clipboard
Allows you to run cron jobs easily on one or all AWS Elastic Beanstalk instances.
After installing/configuring this gem, I'm seeing the following error in /var/log/cfn-init.log on my EC2 instance after running git aws.push from my local repo. 2014-10-21 08:08:37,602 [DEBUG] Running test for command...
eb-activity.log: ``` 2.2.2/lib/ruby/gems/2.2.0/gems/whenever-elasticbeanstalk-1.1.6/bin/create_cron_leader:10:in `join': no implicit conversion of nil into String (TypeError) from /opt/rubies/ruby-2.2.2/lib/ruby/gems/2.2.0/gems/whenever-elasticbeanstalk-1.1.6/bin/create_cron_leader:10:in `' from /opt/rubies/ruby-2.2.2/bin/create_cron_leader:23:in `load' from /opt/rubies/ruby-2.2.2/bin/create_cron_leader:23:in `' (ElasticBeanstalk::ExternalInvocationError) ```
I know this version works for AMI 2015.03 but I think it should also work for 2015.09. Fixes #24, #23, and #18 I think.