-
We implemented multitenancy on a medium-large rails 4.2 app using apartment, and used this gem to allow jobs to be executed under the correct tenant. However, After using this for sometime, we are see…
-
I noticed my `inline` jobs were (surprise) being run inline during tests. The simplest fix is to move `config.active_job.queue_adapter = :async_job` into `config/environments/production.rb` only, whic…
-
I have not been able to reproduce this, but I'm seeing this error daily when a job gets enqueued from a model callback:
```
RedisClient::ConnectionError: Broken pipe
/usr/local/bundle/gems/redis-…
-
### Issue Description
Hi. I use sidekiq and sidekiq-cron
Is this error from Sentry Servers?
## initializers/sentry.rb
```ruby
Sentry.init do |config|
config.dsn = ENV['SENTRY_DSN']
config.brea…
-
A customer running Sidekiq via ActiveJob reports that calling ignore from a before_perform callback is not working. Calling the ignore from inside the job's perform method appears to be fine however.
…
-
Recently, two document uploads have remained in `queued` status, which means that either our job system is not picking them up, or some error is happening between record creation and changing their st…
-
Get error with rails 7.2.1
```
@alert.mark_as_read! for: @current_user
ArgumentError: wrong number of arguments (given 1, expected 2)
```
return to rails 7.1.4 and works good
Diff:
```
Usi…
-
- Rails version: 4.2.11.1
- Algolia Rails integration version: 1.18.0
- Algolia Client Version: 1.12.5
- Language Version: 2.4.6
### Description
Asynchronous index update enqueues a job w…
-
### Describe the bug
After merging my Facebook page and Instagram business account and setting up the application on Facebook, I can’t receive messages in the chatwoot inbox. The webhook is configure…
-
Using `gem "mjml-rails", "~> 4.8.0"` it takes too long time to render layout, 20 seconds when worst.
Can you help me?
I have no idea why it takes so long time.
log
```
2023-03-22T07:00:…