{ "info": { "author": "Marc Nealer", "author_email": "marc@willowtreesoftware.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha" ], "description": "Django Run Queues allows you to queue specific tasks, within a set of queues of your choice. Tasks are then run via scheduled commands using CRON and are run in sequence.\r\n\r\nThus you can queue tasks in multiple queues and then use Cron to decide when tasks in each queue will be processed. \r\n\r\nAlso Tasks for a given queue are run in sequence. If another command starts to process a queue already running, then it will not proceed and stop. Thus for example if you are working in a load balanced environment and have issues because the command will start on multiple servers, this is not a problem. One will process and the others will silently fall over.\r\n\r\nDRQ also comes with a simple system based upon python-crontab, to create the cron records from your settings and a django command", "description_content_type": null, "docs_url": null, "download_url": "https://MarcNealer@bitbucket.org/MarcNealer/djangorunqueues.git", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "", "keywords": "django python task queues", "license": "MIT", "maintainer": "Marc Nealer", "maintainer_email": "marc@willowtreesoftware.com", "name": "django-run-queues", "package_url": "https://pypi.org/project/django-run-queues/", "platform": "linux", "project_url": "https://pypi.org/project/django-run-queues/", "project_urls": { "Download": "https://MarcNealer@bitbucket.org/MarcNealer/djangorunqueues.git" }, "release_url": "https://pypi.org/project/django-run-queues/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "A very simple Task Queue system for django", "version": "0.1.4" }, "last_serial": 2410470, "releases": { "0.1.4": [ { "comment_text": "", "digests": { "md5": "a3e5c93860616c4af483b1c70b24239b", "sha256": "44a8bf6669c3082474ac8f1c8edf7af469c1130c76a675d5544eb3d0d6a2be48" }, "downloads": -1, "filename": "django-run-queues-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a3e5c93860616c4af483b1c70b24239b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3235, "upload_time": "2016-10-19T13:26:37", "url": "https://files.pythonhosted.org/packages/25/79/6a557715b1a7ae09e9acc29e2245d015634cb43ac4d662c06b45b45b3c3a/django-run-queues-0.1.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3e5c93860616c4af483b1c70b24239b", "sha256": "44a8bf6669c3082474ac8f1c8edf7af469c1130c76a675d5544eb3d0d6a2be48" }, "downloads": -1, "filename": "django-run-queues-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a3e5c93860616c4af483b1c70b24239b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3235, "upload_time": "2016-10-19T13:26:37", "url": "https://files.pythonhosted.org/packages/25/79/6a557715b1a7ae09e9acc29e2245d015634cb43ac4d662c06b45b45b3c3a/django-run-queues-0.1.4.tar.gz" } ] }