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.