epub文档 Django Q Documentation Release 0.7.9

514.67 KB 62 页 0 评论
语言
英语
格式
.epub
评分
3
摘要
index modules | next | Django Q 0.7.8 documentation » Welcome to Django Q Django Q is a native Django task queue, scheduler and worker application using Python multiprocessing. Features Multiprocessing worker pool Asynchronous tasks Scheduled and repeated tasks Encrypted and compressed packages Failure and success database or cache Result hooks and groups Django Admin integration PaaS compatible with multiple instances Multi cluster monitor Redis, Disque, IronMQ, SQS, MongoDB or ORM Python 2 and 3 Django Q is tested with: Python 2.7 & 3.5. Django 1.7.10 & 1.8.4 Contents: Installation Requirements Compatibility Configuration name workers recycle timeout retry compress save_limit sync queue_limit label catch_up redis django_redis disque_nodes disque_auth iron_mq sqs orm mongo mongo_db bulk cache cached scheduler cpu_affinity Brokers Redis Disque IronMQ Amazon SQS MongoDB Django ORM Reference Tasks Async Async Iterable Groups Cached operations Synchronous testing Connection pooling Reference Schedules Schedule Missed schedules Management Commands Reference Cluster Multiple Clusters Using a Procfile Process managers Architecture Reference Monitor Legend Info Status Reference Admin Successful tasks Failed tasks Scheduled tasks Queued tasks Examples Emails Signals Reports Haystack Shell Groups Index Search Page © Copyright 2015, Ilan Steemers. Created using Sphinx 1.3.1. index modules | next | previous | Django Q 0.7.8 documentation » Installation Install the latest version with pip: $ pip install django-q Add django_q to INSTALLED_APPS in your projects settings.py: INSTALLED_APPS = ( # other apps 'django_q', ) Run Django migrations to create the database tables: $ python manage.py migrate Choose a message broker , configure it and install the appropriate client library. Requirements Django Q is tested for Python 2.7 and 3.5 Django [https://www.djangoproject.com] Django Q aims to use as much of Django’s standard offerings as possible The code is tested against Django vers...
来源django-q.readthedocs.io
Django Q Documentation
Release 0.7.9 第2页
Django Q Documentation
Release 0.7.9 第3页
下载文档到本地,方便使用
共 62 页, 还有 5 页可预览, 继续阅读
文档评分
请文明评论,理性发言.