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

Doesn't work with latest elasticbeanstalk #8

Closed ygee07 closed 10 years ago

ygee07 commented 10 years ago

Some folders have been renamed and moved in the latest elasticbeanstalk, so it fails to run some scripts starting with cron_01_set_leader

dignoe commented 10 years ago

I'm no longer using elasticbeanstalk, so I'm not actively maintaining this code anymore. If someone has a working fork, I can direct people there and give them access to maintain the gem.

ygee07 commented 10 years ago

Thanks, I'll try to work on a fork then.

jufemaiz commented 10 years ago

Hi @dignoe I believe mine is…

https://github.com/dignoe/whenever-elasticbeanstalk/pull/10

jufemaiz commented 10 years ago

@greyder can you test + confirm my master branch before I merge. Just want to ensure others do not have problems.

jufemaiz commented 10 years ago
gem 'whenever-elasticbeanstalk', :git => 'https://github.com/dignoe/whenever-elasticbeanstalk.git', :ref => '6a3b58a'

Please confirm if you are still using this @greyder

jufemaiz commented 10 years ago

Gem v1.1.4 released.

https://rubygems.org/gems/whenever-elasticbeanstalk

Also @greyder I'm planning on closing this in 7 days if no response.

Cheers.

ygee07 commented 10 years ago

Hi @jufemaiz, sorry for the delayed response. I have already found an alternative to Whenever, so I can't test it on our side that easily now. Glad you're reviving it though, might use it again in the near future.

Best Regards :)

jufemaiz commented 10 years ago

Thanks for the feedback @greyder

Could you provide details of the alternative for potential users?

Cheers!

ygee07 commented 10 years ago

I've setup Sidekiq for background tasks instead :)