Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attempt to fix ActiveRecord timeout issues #114

Merged
merged 4 commits into from
May 2, 2024

Conversation

postmodern
Copy link
Member

See #16.

  • Added a Sinatra after hook for the frontend to clear the connection pool after each request.
  • Added Sidekiq middleware to clear the connection pool after each job.

@postmodern postmodern requested a review from AI-Mozi May 1, 2024 21:37
@postmodern postmodern self-assigned this May 1, 2024
@postmodern postmodern added enhancement New feature or request activerecord ActiveRecord sidekiq Sidekiq sinatra Sinatra app The frontend App labels May 1, 2024
* Apparently `Types::Array.of(Types::String).constructor { ... }` no
  longer accepts Array values, but expects only String values.
@postmodern postmodern merged commit 6143bb8 into main May 2, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
activerecord ActiveRecord app The frontend App enhancement New feature or request sidekiq Sidekiq sinatra Sinatra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants