kreintjes
kreintjes
Will capsules also work when having multiple Heroku workers each running a separate Sidekiq instance with concurrency 1? Since limiting through capsules seems to be focussed on threads within one...
> Will capsules also work when having multiple Heroku workers each running a separate Sidekiq instance with concurrency 1? Since limiting through capsules seems to be focussed on threads within...
> Personally, I've moved to Sidekiq Capsules in one of my apps as it does what I need, which is limiting the number of jobs that execute in a queue...
@dima4p thanks! Will you have a look at the failing spec(s) as well? > ``` > rspec ./spec/features/auto_reloads3_request_spec.rb:74 # auto reloads 3 WiceGrid should filter by Due Date independantly >...
Hi Dima, I just tested your branch again, but 1 spec keeps failing while it does not on master (locally on my machine): ``` Failures: 1) CSV export WiceGrid should...
This is fixed in master, but not released on RubyGems yet. I doubt a new RubyGems version will be released soon, since the only ones with access haven't maintained this...
Hi @andreydeineko, we are indeed planning Rails 6 support. We still have some work to do to make that happen, i.e. get the tests stable on CircleCI again and start...
@Vinnie1991 I'm currently not actively working on this gem (too busy with other projects unfortunately). My fork/branch `gem 'wice_grid', '~> 4.1', github: 'kreintjes/wice_grid', branch: 'fix/all'` is currently successfully running in...
Hi @celron (and @imshenitsky), did you use [my fork/branch](https://github.com/kreintjes/wice_grid/tree/fix/all) when you got this error? That branch should work with Rails 6.0 (6.1 unsure). See https://github.com/patricklindsay/wice_grid/issues/74#issuecomment-738750635 for more info and usage...
> I might have spoke too soon about 6.1, there seems to be some steps that have to be done to upgrade an app to rails 6.1 and it seeks...