Alexey Zapparov

Results 43 issues of Alexey Zapparov

This dependency is optional for chrono and enabled by default for backward compatibility only. See: https://rustsec.org/advisories/RUSTSEC-2020-0071 See: https://github.com/chronotope/chrono/blob/v0.4.23/CHANGELOG.md#0416

## Description Running `make check` fails ## Steps To Reproduce Steps to reproduce the bug: 1. clone the repo 2. run `make check` ## Expected Behavior All checks should pass...

help-wanted
linting

Current implementation disrespects expiration TTL, polluting redis with non-expirable keys. Proposed solution wraps Rails.cache (configured with :redis_cache_store) with adapter that respects Rails cache semantics.

It's possible to throttle queue by using shared throttling key, but that causes jobs to be pushed back to the end of the queue. It would be nice to have...

enhancement
help wanted

Allow `Config#cooldown_period` and `Config#cooldown_threshold` to be specified as Proc: ``` ruby Sidekiq::Throttled.configure do |c| c.cooldown_period = lambda do |queue_name| queue_name == "default" ? 2.0 : 10.0 end c.cooldown_threshold = lambda...

enhancement

Ensure enabled_environments contains test environment without mutating original list. Otherwise it can cause unexpected spec failures in case original config has unfrozen Array, or fail in attempt to mutate said...

Cron monitor slugs are global per-organization. Thus, it will be very nice to be able to specify slugs prefix. In addition, it would be nice to keep sidekiq-scheduler's cron name...

enhancement
crons

### What happened? When SNS topic gets deleted, subscriptions are left behind. ### Expected Behavior Subscriptions are removed as other resources ### Steps to reproduce 1. Create SQS Queue, SNS...

kind/enhancement

##### It should recognize global objects in the returned values ``` javascript /** * Foo.bar(a) -> Array **/ ``` The above, should replace `Array` with link to [Array](https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array) documentation. #####...