Quartz 5

Home

❯

raw

❯

notes

❯

sidekiq

sidekiq

Properties1
tagsruby/framework

Jun 28, 20261 min read

sidekiq

framework

  • Ruby
  • 遅延実行出来るgem
  • GitHub - mperham/sidekiq: Simple, efficient background processing for Ruby 読んだ ^95c116
    • 想像通り内部で Redis を用いていて polling でタスクを取り出していた
      • redis.zrangebyscore(redisKey, '-inf', now().toUnixTime(), 'LIMIT', 0, 1)
        • RedisのSorted Setsで簡易的な遅延実行Queueを作って迅速にLINE LIVEのPC配信対応をリリースした話

Graph View

Backlinks

  • MOC: Web/インフラ

Created with Quartz v5.0.0 © 2026

  • GitHub
  • Discord Community