{"id":16233753,"url":"https://github.com/mcfedr/beanstalk-queue-driver-bundle","last_synced_at":"2025-04-08T07:40:12.271Z","repository":{"id":15249047,"uuid":"17978047","full_name":"mcfedr/beanstalk-queue-driver-bundle","owner":"mcfedr","description":null,"archived":false,"fork":false,"pushed_at":"2017-11-03T13:47:23.000Z","size":83,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-14T04:49:04.708Z","etag":null,"topics":[],"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/mcfedr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-21T11:37:03.000Z","updated_at":"2017-02-13T18:46:44.000Z","dependencies_parsed_at":"2022-08-25T11:10:28.866Z","dependency_job_id":null,"html_url":"https://github.com/mcfedr/beanstalk-queue-driver-bundle","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfedr%2Fbeanstalk-queue-driver-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfedr%2Fbeanstalk-queue-driver-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfedr%2Fbeanstalk-queue-driver-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcfedr%2Fbeanstalk-queue-driver-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcfedr","download_url":"https://codeload.github.com/mcfedr/beanstalk-queue-driver-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247800056,"owners_count":20998327,"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":[],"created_at":"2024-10-10T13:13:45.305Z","updated_at":"2025-04-08T07:40:12.251Z","avatar_url":"https://github.com/mcfedr.png","language":"PHP","readme":"# Beanstalk Queue Driver Bundle\n\nA driver for [Queue Manager Bundle](https://github.com/mcfedr/queue-manager-bundle) that uses beanstalkd\n\n[![Latest Stable Version](https://poser.pugx.org/mcfedr/beanstalk-queue-driver-bundle/v/stable.png)](https://packagist.org/packages/mcfedr/beanstalk-queue-driver-bundle)\n[![License](https://poser.pugx.org/mcfedr/beanstalk-queue-driver-bundle/license.png)](https://packagist.org/packages/mcfedr/beanstalk-queue-driver-bundle)\n[![Build Status](https://travis-ci.org/mcfedr/beanstalk-queue-driver-bundle.svg?branch=master)](https://travis-ci.org/mcfedr/beanstalk-queue-driver-bundle)\n\n## Usage\n\nThe beanstalk runner is a Symfony command. You can runner multiple instances if you need to\nhandle higher numbers of jobs.\n\n```bash\n./bin/console mcfedr:queue:{name}-runner\n```\n\nWhere `{name}` is what you used in the config. Add `-v` or more to get detailed logs.\n\n## Install\n\n### Composer\n\n    php composer.phar require mcfedr/beanstalk-queue-driver-bundle\n\n### AppKernel\n\nInclude the bundle in your AppKernel\n\n    public function registerBundles()\n    {\n        $bundles = array(\n            ...\n            new Mcfedr\\BeanstalkQueueDriverBundle\\McfedrBeanstalkQueueDriverBundle(),\n\n## Config\n\nWith this bundle installed you can setup your queue manager config similar to this:\n\n    mcfedr_queue_manager:\n        managers:\n            default:\n                driver: beanstalkd\n                options:\n                    host: 127.0.0.1\n                    port: 11300\n                    default_queue: mcfedr_queue\n\n## Options to `QueueManager::put`\n\n* `queue` - The name of the queue to put the job in\n* `priority` - The job priority\n* `ttr` - Beanstalk Time to run, the time given for a job to finish before it is repeated\n* `time` - A `\\DateTime` object of when to schedule this job\n* `delay` - Number of seconds from now to schedule this job\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcfedr%2Fbeanstalk-queue-driver-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcfedr%2Fbeanstalk-queue-driver-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcfedr%2Fbeanstalk-queue-driver-bundle/lists"}