-
I am getting this error when running my specs
Redlock::LockAcquisitionError:
failed to acquire lock on 'Too many Redis errors prevented lock acquisition:
RedisClient::CommandError…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails"
# If you want to test against edge R…
-
**新機能の説明**
メール送信が糞重いのでActiveJobにしてしまう。
**新機能の細かい仕様**
アカウントを作成する時にメールを送るが、メール送信完了までずっと待たされる。人としてやってはならない気がする。
ActiveJobにしてキューに入れて別スレッドでメールを送るようにしたい。
**追記**
[ここが参考になりそう](https://qiita.com/…
-
### Steps to reproduce
We have a project with a multi-database (2 databases) configuration.
When executing the test suite like follows the tests hang after some time.
```ruby
PARALLEL_WORKERS…
-
I'm running huginn using the multi-process image `ghcr.io/huginn/huginn`, which is not sending emails. I made sure to enable production mode by setting `RAILS_ENV=production` which made no change. I t…
-
Adding `gem 'apartment-activejob'` to Gemfile then `bundle` causes:
> Could not find gem 'apartment-activejob' in any of the gem sources listed in your Gemfile or available on this machine.
Workarou…
nimir updated
7 years ago
-
For some reason there is different behavior for tests that subclass `ActiveSupport::TestCase` vs `ActionDispatch::IntegrationTest`. Any jobs that are run using perform_later are never executed for in…
-
**Describe the bug**
I have an application using Rails 6 and Rails-Admin. Upgrading searchkick to 5.x makes all rails_admin pages fail with "search must be called on model, not relation" (because rai…
-
Thanks for creating SqsActiveJob! I've tested it and it seems to work well.
My feature request is to split SqsActiveJob into it's own gem and remove the dependency on Rails. The ActiveJob gem does …
-
**Describe the bug**
I'm getting `This model's maximum context length is 8191 tokens, but the given text is 56273 tokens long.):``
**To Reproduce**
Steps to reproduce the behavior.
load an URL e…