View categories
Default Ruby worker process type `rake jobs:work` will not be added for Rails apps unless the app has that rake task
Change effective on 16 October 2018
Previously when deploying a Rails app, a default worker type would be added:
worker: bundle exec rake jobs:work
Now, this task will only be added to your application if the app contains a jobs:work
task. For more information see the Ruby support documentation.