{"id":78068,"library":"resque","title":"Resque","description":"Resque is a Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.","status":"active","version":"3.0.0","language":"ruby","source_language":null,"source_url":"https://github.com/resque/resque","tags":["background-jobs","redis","queue","workers"],"install":[{"cmd":"gem install resque","lang":"bash","label":"gem install"},{"cmd":"# Gemfile\ngem 'resque', '~> 3.0.0'","lang":"ruby","label":"Gemfile"}],"dependencies":[],"imports":[{"symbol":"Resque","correct":"require 'resque'"}],"quickstart":{"code":"require 'resque'\nclass MyJob\n  def self.perform(args)\n    puts \"Working on #{args}\"\n  end\nend\nResque.enqueue(MyJob, 'example')","lang":"ruby","description":"Defines a background job and enqueues it using Resque."},"warnings":[],"env_vars":null,"search_vec":"'back':7 'background':12,24 'background-job':23 'creat':11 'job':13,25 'later':22 'librari':9 'multipl':17 'place':14 'process':20 'queue':18,27 'redi':6,26 'redis-back':5 'resqu':1,2 'rubi':8 'worker':28","created_at":"2026-06-18T04:05:44.946672+00:00","updated_at":"2026-06-18T04:05:44.946672+00:00","problems":[],"ecosystem":"rubygems","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/resque/resque","github":"https://github.com/resque/resque","docs":"http://www.rubydoc.info/gems/resque/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-18","next_check":"2026-12-15","install_tag":null}}