{"id":16900029,"url":"https://github.com/runlevel5/learning_resque","last_synced_at":"2026-04-11T08:01:44.498Z","repository":{"id":142032832,"uuid":"150510659","full_name":"runlevel5/learning_resque","owner":"runlevel5","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-27T01:27:58.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-17T08:19:44.584Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/runlevel5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-09-27T01:24:17.000Z","updated_at":"2018-09-27T01:27:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"956bfd00-3be4-4980-a544-5cc5ed3f7d37","html_url":"https://github.com/runlevel5/learning_resque","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/runlevel5/learning_resque","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Flearning_resque","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Flearning_resque/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Flearning_resque/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Flearning_resque/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/runlevel5","download_url":"https://codeload.github.com/runlevel5/learning_resque/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/runlevel5%2Flearning_resque/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-13T17:51:20.537Z","updated_at":"2026-04-11T08:01:44.466Z","avatar_url":"https://github.com/runlevel5.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"A basic resque app with a sleeper worker\n\n## Setup\n\n`bundle install`\n\nand run Redis\n\n`docker-compose up -d`\n\n## Configuration\n\nPlease set `REDIS_URL` UNIX environment variable if you want to use different Redis, by default it would use our Docker Redis which is `redis://localhost:6381`\n\n## Run worker\n\nStart a worker easily with:\n\n```\n$ QUEUE=test_worker PIDFILE=./resque.pid bundle exec rake environment resque:work\n```\n\nEnqueue a job with:\n\n```\n$ irb\n\u003e require_relative './config/boot'\n\u003e Resque.enqueue(Sleeper, \u003ctime\u003e) # \u003ctime\u003e is how many seconds you want the job sleep\n```\n\nKill the worker with:\n\n```\n$ kill `cat ./resque.pid`\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Flearning_resque","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frunlevel5%2Flearning_resque","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frunlevel5%2Flearning_resque/lists"}