You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redlock::LockAcquisitionError:
failed to acquire lock on 'Too many Redis errors prevented lock acquisition:
RedisClient::CommandError: NOSCRIPT No matching script. Please use EVAL. (redis://redis:6379/3)'
Everything works fine in development mode. Any ideas what the issue might be?
The text was updated successfully, but these errors were encountered:
::RSpec.configure do |config|
include ActiveJob::TestHelper
config.around(:each, active_job: :perform) do |example|
perform_enqueued_jobs do
example.run
end
end
ActiveJob::Uniqueness.test_mode!
end
::RSpec.configure do |config|
include ActiveJob::TestHelper
config.around(:each, active_job: :perform) do |example|
perform_enqueued_jobs do
example.run
end
end
ActiveJob::Uniqueness.test_mode!
end
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: NOSCRIPT No matching script. Please use EVAL. (redis://redis:6379/3)'
Everything works fine in development mode. Any ideas what the issue might be?
The text was updated successfully, but these errors were encountered: