rake-ui icon indicating copy to clipboard operation
rake-ui copied to clipboard

Scalability

Open ngudbhav opened this issue 9 months ago • 0 comments

When running in production, we encounter significant issues

  1. Logs are stored in local storage. If the production runs behind a load balancer, the logs may never populate and encounter 500 errors because the request can hit a different server. The same goes for the in-memory database used to store rake_tasks.
  2. Using rake or bundle exec rake causes the entire application to load causing significant memory and CPU spikes.

Please let me know if these are planned. I would happily take each one and fix them with proper discussion.

ngudbhav avatar May 15 '24 13:05 ngudbhav