Advertisement
YarikHrom

Untitled

Jul 6th, 2022
1,038
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.75 KB | None | 0 0
  1. 2022-07-06T12:03:50.234964+00:00 heroku[web.1]: Starting process with command `bundle exec puma -C config/puma.rb`
  2. 2022-07-06T12:03:51.610234+00:00 app[web.1]: [4] Puma starting in cluster mode...
  3. 2022-07-06T12:03:51.610254+00:00 app[web.1]: [4] * Puma version: 5.6.4 (ruby 3.1.0-p0) ("Birdie's Version")
  4. 2022-07-06T12:03:51.610254+00:00 app[web.1]: [4] *  Min threads: 5
  5. 2022-07-06T12:03:51.610254+00:00 app[web.1]: [4] *  Max threads: 5
  6. 2022-07-06T12:03:51.610255+00:00 app[web.1]: [4] *  Environment: production
  7. 2022-07-06T12:03:51.610272+00:00 app[web.1]: [4] *   Master PID: 4
  8. 2022-07-06T12:03:51.610282+00:00 app[web.1]: [4] *      Workers: 1
  9. 2022-07-06T12:03:51.610293+00:00 app[web.1]: [4] *     Restarts: () hot () phased
  10. 2022-07-06T12:03:51.610509+00:00 app[web.1]: [4] * Listening on http://0.0.0.0:51769
  11. 2022-07-06T12:03:51.610577+00:00 app[web.1]: [4] Use Ctrl-C to stop
  12. 2022-07-06T12:03:51.610589+00:00 app[web.1]: [4] ! WARNING: Detected running cluster mode with 1 worker.
  13. 2022-07-06T12:03:51.610599+00:00 app[web.1]: [4] ! Running Puma in cluster mode with a single worker is often a misconfiguration.
  14. 2022-07-06T12:03:51.610608+00:00 app[web.1]: [4] ! Consider running Puma in single-mode (workers = 0) in order to reduce memory overhead.
  15. 2022-07-06T12:03:51.610617+00:00 app[web.1]: [4] ! Set the `silence_single_worker_warning` option to silence this warning message.
  16. 2022-07-06T12:03:51.932343+00:00 heroku[web.1]: State changed from starting to up
  17. 2022-07-06T12:03:54.573935+00:00 app[web.1]: I, [2022-07-06T12:03:54.573824 #12]  INFO -- : Raven 3.1.2 configured not to capture errors: No host specified, no public_key specified, no project_id specified
  18. 2022-07-06T12:03:54.999614+00:00 app[web.1]: [12] ! Unable to start worker
  19. 2022-07-06T12:03:54.999628+00:00 app[web.1]: [12] /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
  20. 2022-07-06T12:03:55.006529+00:00 app[web.1]: [12] Early termination of worker
  21. 2022-07-06T12:03:56.059290+00:00 app[web.1]: I, [2022-07-06T12:03:56.059202 #15]  INFO -- : Raven 3.1.2 configured not to capture errors: No host specified, no public_key specified, no project_id specified
  22. 2022-07-06T12:03:56.347758+00:00 app[web.1]: [15] ! Unable to start worker
  23. 2022-07-06T12:03:56.347774+00:00 app[web.1]: [15] /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
  24. 2022-07-06T12:03:56.347968+00:00 app[web.1]: [15] Early termination of worker
  25. 2022-07-06T12:03:57.415268+00:00 app[web.1]: I, [2022-07-06T12:03:57.415175 #18]  INFO -- : Raven 3.1.2 configured not to capture errors: No host specified, no public_key specified, no project_id specified
  26. 2022-07-06T12:03:57.697622+00:00 app[web.1]: [18] ! Unable to start worker
  27. 2022-07-06T12:03:57.697632+00:00 app[web.1]: [18] /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
  28. 2022-07-06T12:03:57.697814+00:00 app[web.1]: [18] Early termination of worker
  29. 2022-07-06T12:03:58.765979+00:00 app[web.1]: I, [2022-07-06T12:03:58.765885 #21]  INFO -- : Raven 3.1.2 configured not to capture errors: No host specified, no public_key specified, no project_id specified
  30. 2022-07-06T12:03:59.053076+00:00 app[web.1]: [21] ! Unable to start worker
  31. 2022-07-06T12:03:59.053087+00:00 app[web.1]: [21] /app/vendor/bundle/ruby/3.1.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:27:in `require'
  32. 2022-07-06T12:03:59.053227+00:00 app[web.1]: [21] Early termination of worker
  33. 2022-07-06T12:04:00.157403+00:00 app[web.1]: I, [2022-07-06T12:04:00.157306 #24]  INFO -- : Raven 3.1.2 configured not to capture errors: No host specified, no public_key specified, no project_id specified
  34.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement