{"id":25583445,"url":"https://github.com/flowpack/jobqueue-redis","last_synced_at":"2025-04-12T19:22:48.325Z","repository":{"id":2037777,"uuid":"45604881","full_name":"Flowpack/jobqueue-redis","owner":"Flowpack","description":"A job queue backend for the Flow framework, based on Redis","archived":false,"fork":false,"pushed_at":"2024-03-13T08:50:04.000Z","size":34,"stargazers_count":7,"open_issues_count":1,"forks_count":11,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-04-10T15:58:19.432Z","etag":null,"topics":["flowframework","neoscms","redis"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flowpack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-11-05T10:40:12.000Z","updated_at":"2023-03-01T11:34:11.000Z","dependencies_parsed_at":"2023-07-08T20:16:04.221Z","dependency_job_id":null,"html_url":"https://github.com/Flowpack/jobqueue-redis","commit_stats":{"total_commits":26,"total_committers":7,"mean_commits":"3.7142857142857144","dds":0.6923076923076923,"last_synced_commit":"0e38be9d9629aad8cd2723f7b93f4b67687c2c39"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2Fjobqueue-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2Fjobqueue-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2Fjobqueue-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flowpack%2Fjobqueue-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flowpack","download_url":"https://codeload.github.com/Flowpack/jobqueue-redis/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248619133,"owners_count":21134354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["flowframework","neoscms","redis"],"created_at":"2025-02-21T06:17:05.358Z","updated_at":"2025-04-12T19:22:48.298Z","avatar_url":"https://github.com/Flowpack.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flowpack.JobQueue.Redis\n\nA job queue backend for the [Flowpack.JobQueue.Common](https://github.com/Flowpack/jobqueue-common) package based on [redis](http://redis.io/).\n\n## Usage\n\nInstall the package using composer:\n\n```\ncomposer require flowpack/jobqueue-redis\n```\n\nIf not already installed, that will fetch its requirements, namely `jobqueue-common`.\n\n*NOTE:* This package needs a [redis](http://redis.io/) server and the [PHP redis extension](https://github.com/phpredis/phpredis) to be installed\n\nNow the queue can be configured like this:\n\n```yaml\nFlowpack:\n  JobQueue:\n    Common:\n      queues:\n        'some-queue':\n          className: 'Flowpack\\JobQueue\\Redis\\Queue\\RedisQueue'\n          executeIsolated: true\n          options:\n            client:\n              host: 127.0.0.1\n              port: 6379\n              database: 15\n              password: 'some long secret'\n            defaultTimeout: 20\n```\n\n## Specific options\n\n\nThe `RedisQueue` supports following options:\n\n| Option         | Type    | Default                                                                                                        | Description                                                                                                                                                             |\n|----------------|---------|----------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| defaultTimeout | integer | 60                                                                                                             | Number of seconds new messages are waited for before a timeout occurs (This is overridden by a \"timeout\" argument in the `waitAndTake()` and `waitAndReserve()` methods |\n| client         | array   |  ['host' =\u003e '127.0.0.1', 'port' =\u003e 6379, 'database' =\u003e 0, 'timeout' =\u003e \u003cdefaultTimeout * 1.5\u003e, password =\u003e ''] | Redis connection settings                                                                                                                                               |\n\n### Submit options\n\nThe `RedisQueue` currently doesn't support any custom submit options\n\n### Release options\n\nThe `RedisQueue` currently doesn't support any custom release options\n\n## License\n\nThis package is licensed under the MIT license\n\n## Contributions\n\nPull-Requests are more than welcome. Make sure to read the [Code Of Conduct](CodeOfConduct.rst).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowpack%2Fjobqueue-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowpack%2Fjobqueue-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowpack%2Fjobqueue-redis/lists"}