Closed timcreatewell closed 10 years ago
Just realised I forgot to mention that I have region: 'ap-southeast-2' in my whenever-elasticbeanstalk.yml config file if that helps.
Hi @timcreatewell can you confirm that this is still an issue or I will close. Can you confirm this by using IRB to step through file
bin/create_cron_leader
Ensuring that AWS.config.region is set to 'ap-southeast-2' before attempting to create_tags as you expect?
Hi @jufemaiz, last I looked at this (October last year) it was still an issue.. As I wasn't getting much traction on this I actually moved away from Elastic Beanstalk and am now using Opsworks.. Sorry to not be much help :(
Hi @timcreatewell, no worries. Any additional commentary on using Opsworks over ElasticBeanstalk would also be welcomed :)
Thanks @jufemaiz. Long story short, in my opinion once you get your head around Opsworks (and how chef functions in that space) it's much much better than EB. I particularly found setting up cron on Opsworks to be really straight forward (and you can limit your cron to run on only one instance really easily). For me it gives the right amount of control - definitely worth checking out.
FYI - here's how to setup cron on opsworks from the AWS doco: http://docs.aws.amazon.com/opsworks/latest/userguide/workingcookbook-extend-cron.html
Hope this helps!
I switched to Opsworks as well. From what I've found, EB is great for very basic apps, but once you need cron jobs or other daemons (delayed job), Opsworks is the way to go.
Chad McGimpsey
On Wednesday, June 25, 2014 at 6:26 PM, Tim Cromwell wrote:
Long story short, in my opinion once you get your head around Opsworks (and how chef functions in that space) it's much much better than EB. I particularly found setting up cron on Opsworks to be really straight forward (and you can limit your cron to run on only one instance really easily). For me it gives the right amount of control - definitely worth checking out.
— Reply to this email directly or view it on GitHub (https://github.com/dignoe/whenever-elasticbeanstalk/issues/5#issuecomment-47175468).
Hi there,
First up - this gem is fantastic, it's certainly saved me a tonne of time getting tasks to run in EB!
I'm currently trying to deploy my site to our load-balanced production environment with the set_leader option. Unfortunately I'm receiving the following error:
The interesting thing is that the instance does exist? I am running this out of the Sydney region if it helps?
I have been successful in running whenever-elasticbeanstalk in a non-load-balanced environment (I commented out the the set leader config)..
Any help you could provide would be fantastic!
Cheers