-
There are active runners and active jobs, but for a while none is in work.
Here is the log, where the pause is clear seen
```
I, [2022-03-11T18:08:24.752521 #1037325] INFO -- : [ActiveJob] [Create…
-
Using total and at methods with active job always returns `0`. I think the problem come from trying to access `@jid` which is always return `nil`. so any idea how to fix that?
-
Apologies if this question has already been asked but I can't find the right way to set up the solid_queue db alongside my primary db. Every time I try to start tsolid_queue I keep getting the error b…
-
Tags work:
`ChargeCreditCard.enqueue(card.id, user_id: current_user.id, job_options: { tags: ["hello"] })`
Tags don't work:
`ChargeCreditCard.perform_later(card.id, user_id: current_user.id, job_…
-
This would allow using another storage medium (e.g. ActiveRecord), and another Queue (RabbitMQ).
Seems fairly straightforward so long as the storage driver can implement: get, set, query, transaction…
-
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…
-
Heroku gives us a Redis connection string that looks kinda like this:
`redis://h:xxxpasswordxxx@ec2-99-9-999-999.compute-1.amazonaws.com:6379`
Unfortunately the SuoRedis adapter doesn't support pa…
-
Our codebase has some built in redis connection pooling, which utilizes the `redis` gem for connections. I see when you pass a URL, connections are now established with `redis-client`.
For cases wh…
-
# Summary
Iiif Print is not splitting.
PS. This is working for Hyku.
ref :thread:
- https://assaydepot.slack.com/archives/C0311DNF3MG/p1719325961685879
This is blocking us from pushing the embar…