Django Q Documentation Release 1.3.6
French. Contents: Installation Requirements Add-ons Compatibility Configuration name workers daemonize_workers recycle max_rss timeout ack_failures max_attempts retry compress save_limit guard_cycle dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number. [1] daemonize_workers Set the daemon flag when0 码力 | 81 页 | 512.48 KB | 1 年前3Django Q Documentation Release 1.3.6
French. Contents: Installation Requirements Add-ons Compatibility Configuration name workers daemonize_workers recycle max_rss timeout ack_failures max_attempts retry compress save_limit guard_cycle dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number. [1] daemonize_workers Set the daemon flag when0 码力 | 81 页 | 512.34 KB | 1 年前3Django Q Documentation Release 1.3.6
Q_CLUSTER dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, (continues on next page) discarded or failed. 1.2.2 workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number.1 1.2.3 daemonize_workers Set the daemon flag when when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be careful with orphaned child processes in case of sudden termination of the main process. Defaults0 码力 | 62 页 | 452.10 KB | 1 年前3Django Q Documentation Release 1.3.6
Q_CLUSTER dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, (continues on next page) discarded or failed. 1.2.2 workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number.1 1.2.3 daemonize_workers Set the daemon flag when when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be careful with orphaned child processes in case of sudden termination of the main process. Defaults0 码力 | 64 页 | 453.51 KB | 1 年前3Django Q Documentation Release 0.8.0
10.7 and 1.11 Contents: Installation Requirements Compatibility Configuration name workers daemonize_workers recycle timeout retry compress save_limit guard_cycle sync queue_limit label catch_up redis dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number. [1] daemonize_workers Set the daemon flag when0 码力 | 73 页 | 506.27 KB | 1 年前3Django Q Documentation Release 0.9.0
and 2.0 Contents: Installation Requirements Extras Compatibility Configuration name workers daemonize_workers recycle timeout retry compress save_limit guard_cycle sync queue_limit label catch_up redis dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number. [1] daemonize_workers Set the daemon flag when0 码力 | 75 页 | 507.64 KB | 1 年前3Django Q Documentation Release 0.9.0
Q_CLUSTER dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': 500, 'cpu_affinity': discarded or failed. 1.2.2 workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number.1 1.2.3 daemonize_workers Set the daemon flag when when spawning workers. You may need to disable this flag if your worker needs to spawn child process but be carefull with orphaned child processes in case of sudden termination of the main process. Defaults0 码力 | 58 页 | 427.01 KB | 1 年前3Django Q Documentation Release 0.8.0
Q_CLUSTER dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': 500, 'cpu_affinity': failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a custom number.1 daemonize_workers Set the daemon flag when spawning workers. You number, can help balance the workload and the memory overhead of each individual cluster. Defaults to workers**2. label The label used for the Django Admin page. Defaults to 'Django Q' catch_up The default0 码力 | 58 页 | 423.43 KB | 1 年前3Django Q Documentation Release 0.7.18
Django 1.8.13 & 1.9.7 Contents: Installation Requirements Compatibility Configuration name workers recycle timeout retry compress save_limit sync queue_limit label catch_up redis django_redis disque_nodes dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': When a worker encounters a task it can not decrypt, it will be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a0 码力 | 73 页 | 516.84 KB | 1 年前3Django Q Documentation Release 0.7.15
Django 1.8.8 & 1.9.1 Contents: Installation Requirements Compatibility Configuration name workers recycle timeout retry compress save_limit sync queue_limit label catch_up redis django_redis disque_nodes dictionary in your settings.py # settings.py example Q_CLUSTER = { 'name': 'myproject', 'workers': 8, 'recycle': 500, 'timeout': 60, 'compress': True, 'save_limit': 250, 'queue_limit': When a worker encounters a task it can not decrypt, it will be discarded or failed. workers The number of workers to use in the cluster. Defaults to CPU count of the current host, but can be set to a0 码力 | 73 页 | 528.16 KB | 1 年前3
共 92 条
- 1
- 2
- 3
- 4
- 5
- 6
- 10