Matija Čupić
Matija Čupić
I've been working on https://github.com/inkstak/activejob-status/pull/32 and I just noticed https://github.com/basecamp/solid_queue/commit/5ad872727251c32c282a7eb44df1e24068a3fdaa landed in `main`. It could be a relatively simple way to approach batches - a batch could just be a...
Can anyone enumerate the changes required in ruby-lsp so Zed can add support for it? I'm willing to take a stab at it.
@inkstak Sorry for not asking first, but I took a stab at implementing batches for `ActiveJob::Status`. I'd appreciate if you took a look when able.
@inkstak Any updates on this? I added some docs on callbacks as well.
> I don't think it'll match with high volumes but it could be an interesting alternative for small volumes. I really like `ActiveJob::Status` - it's very simple, but still manages...
The `head` tests are failing because `base64` got moved to a bundled gem after 3.3.0 - https://www.ruby-lang.org/en/news/2023/12/25/ruby-3-3-0-released/ (see the "Standard Library" section)
@inkstak Just wanted to circle back and thank you for the help again. We've been using this in production for a while now and it's working without a hitch!
I'm running into this as well. @colszowka Can you take a look at this please?
That's exactly what I had in mind! --- For reference - We're currently using https://github.com/veeqo/activejob-uniqueness. It serves a slightly different purpose, but it also checks for duplicate jobs. It also...