Rails application with heroku scheduler can have trouble with free dyno -
so have rails application running on heroku free dyno. have heroku scheduler working, , daily @ midnight want perform tasks.
my question is, since have free application, when application sleeps can have problems scheduler?
basically, if application sleeping around midnight scheduler still it's job? or have pay better service on heroku in order stop sleep time?
i have tried research it, not find anything.
heroku documentation mention worker dyno never sleep (see https://devcenter.heroku.com/articles/free-dyno-hours#dyno-sleeping). pay attention in configuration, worker can eat free tier.
i understand worker bundled web application. in case, dyno can felt asleep (if there no web traffic 30min) , awoken next web request receives.
Comments
Post a Comment