I have a rails4 application that’s run perfectly on local machine in
development and production environment properly without any problem.
I need another task required my app i.e when user upload wav file that
will be convert into mp3 and then save in glacier with background jobs
command “rake jobs:work”, so
When I deploy my application into Amazon ops works works properly but
can’t run the db:seed and rake jobs.
how can I solve this,
please help me I am new to amazon opsworks.