Skip to content

Instantly share code, notes, and snippets.

@lgwapnitsky
Created April 21, 2021 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgwapnitsky/b8a726219ea1be196521cbe98f688307 to your computer and use it in GitHub Desktop.
Save lgwapnitsky/b8a726219ea1be196521cbe98f688307 to your computer and use it in GitHub Desktop.
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
`Redis#exists(key)` will return an Integer in redis-rb 4.3. `exists?` returns a boolean, you should use it instead. To opt-in to the new behavior now you can set Redis.exists_returns_integer = true. To disable this message and keep the current (boolean) behaviour of 'exists' you can set `Redis.exists_returns_integer = false`, but this option will be removed in 5.0. (/home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-cron-1.2.0/lib/sidekiq/cron/job.rb:464:in `block in save')
2021-04-21T13:54:31.930Z pid=7356 tid=or35k2pk4 INFO: Booting Sidekiq 6.2.1 with redis options {}
2021-04-21T13:54:31.979Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: check_birthday
2021-04-21T13:54:31.982Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: clean_cached_files
2021-04-21T13:54:31.984Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: cleanup_old_exports
2021-04-21T13:54:31.987Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: cleanup_pending_photos
2021-04-21T13:54:31.992Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: queue_users_for_removal
2021-04-21T13:54:31.996Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: recheck_scheduled_pods
2021-04-21T13:54:31.998Z pid=7356 tid=or35k2pk4 INFO: Cron Jobs - add job with name: recurring_pod_check
WARNING: Sidekiq::Web.sessions= is no longer relevant and will be removed in Sidekiq 7.0. /home/diaspora/diaspora/vendor/bundle/ruby/2.6.0/gems/sidekiq-6.2.1/lib/sidekiq/web.rb:75:in `set'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment