daniel lee

Results 5 issues of daniel lee

As HMS is gaining more traction recently, especially in the Asia Pacific region, I've proposed (see https://github.com/rpush/rpush/issues/635) to introduce HMS as one of the supported push notification service in rpush....

My company has been using rpush for push notification over the past few years. On late 2020 we forked the repo and integrated **HMS (Huawei Mobile Service)** push notification. We...

## Description We run 2 processes with different queue for the same app in a node. The capistrano config is as followed. ```ruby # config/deploy.rb set :sidekiq_config, -> { File.join(shared_path,...

Im would like to execute a callback when a task has exhausted all its retry limit. The closet I could find is the error predicate handler func. However the retry...

If I read the code correctly, I think the error assignment in line 427 as well as line 429 are ineffectual as the `err` is later reassigned at line 431....