Skip to content

Scalability #50

@ngudbhav

Description

@ngudbhav

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions