We have been able to successfully run delayed jobs in development mode using rake:jobs work
We have deployed our Rails application to google cloud platform and we are not sure How to run delayed_jobs automatically ( not using command line ) in production
If we run localhost production server and manually run ruby bin/delayed_job run ( for windows) it works We are not sure how to achieve this automatically without using command line.
Any help is appreciated :)