Alexey Zapparov

Results 309 comments of Alexey Zapparov

> Just checking in on this. Has it been abandoned? Nothing is abandoned. Just lacking of free time to work on this one :(( But it's on my radar to...

Can you please test with `>= v.1.0.0`? If you can provide a snippet that I can use to replicate that will help significantly. So far I've tried this one: ```...

You should be able to do something like: ``` ruby sidekiq_throttled( threshold: [ { limit: 5, period: 5.minutes, key_suffix: "minutely" }, { limit: 100, period: 1.hour, key_suffix: "hourly" }, {...

Should we allow specifying timeout overrides on a per-method basis as well? Like setting default to be 10 seconds, but if we push multiple events – pass timeout override. I...

I believe it's the same as #220

I still think `|=` better reflects the desire than `+=` :D

> didn’t work for me :( Oh. That's weird. Either way, as long as Sentry does not mutate original config - we're good :D :heart: :heart: :heart:

We've decided to stop using cron monitors - by some reason, cron monitors with sidekiq-scheduler only cause unactionable noise for us. So feel free to close this one.

Here's my solution: https://github.com/ixti/toto/commit/0b9f701ec7ca116e2822682dad5ae198b1204395 https://github.com/ixti/toto/commit/d1b1adc85a65a28c517f94dc58e489775492fda5 https://github.com/ixti/toto/commit/0c513b4f6fa47fb2bdf3eb4ed0ab14beaea9b5fb

why not use 301 redirections instead?