Eileen Jiang

Results 3 issues of Eileen Jiang

Related to https://github.com/daddyz/phonelib/pull/288 (cc. @tgwizard). **Request**: Can we add a `require 'rails/all'` to the Phonelib initializer? i.e. ``` if defined?(Rails) require 'rails/all' # bundle exec sidekiqswarm [swarm] Preloading Bundler groups...

Ruby version: 3.1.4 Rails version: 7.0.8.1 Sidekiq / Pro / Enterprise version(s): sidekiq-pro (5.5.0) The client middleware is executed to completion before the job payload is actually pushed to Redis....

Ruby version: 3.1.4 Rails version: 7.0.8.1 Sidekiq / Pro / Enterprise version(s): sidekiq-pro (5.5.0) I'm adding some key/values to the job payload in the server middleware. On retries, should I...