Grant
Grant
Currently unable to use Kimurai with Ruby 3.x. I'm able to use the same code when downgrading the Ruby version to 2.x. Getting the error `wrong number of arguments (given...
The latest release (1.4.0) on Ruby Gems (https://rubygems.org/gems/kimurai) posted on 01/30/2019 doesn't contain multiple commits (9 at the time of posting) on the GitHub master branch. I assume they should...
Adds the ability to set dynamic concurrency limits (i.e. `total_limit`, `enqueue_limit`, and `perform_limit`) via a proc similar to how a key can be set via a proc. Discussed in issue...
Currently only `key` can be set dynamically for `good_job_control_concurrency_with`, i.e. `perform_limit` and `enqueue_limit` cannot be. I have a generic job which is being queued by dozens of cron jobs, each...
**Describe the bug** I'm not sure if this is a bug or if I'm misunderstanding the documentation/usage of `:until_and_while_executing`. While `:until_and_while_executing` properly locks jobs which are queued but haven't started...
I'm not sure if this is possible or if it is a feature request, but I'd like to be able to do something like `has_scope :region_id, type: [:default, :array]`. I...
First off, thanks for the amazing package. I have a feature request to add a default position of the param name of the @param tag. The typical format is `@param...
I'm running into a runtime `TypeError` from Sorbet when mocking a class constructor with `as_stubbed_const`, even though `RSpec::Sorbet.allow_doubles!` is enabled. ### Problem I'm testing a method that returns an instance...