This commit is contained in:
@@ -95,7 +95,6 @@ NAMESPACES = Namespace(
|
||||
heartbeat=Option(120, type='int'),
|
||||
heartbeat_checkrate=Option(3.0, type='int'),
|
||||
login_method=Option(None, type='string'),
|
||||
native_delayed_delivery_queue_type=Option(default='quorum', type='string'),
|
||||
pool_limit=Option(10, type='int'),
|
||||
use_ssl=Option(False, type='bool'),
|
||||
|
||||
@@ -141,12 +140,6 @@ NAMESPACES = Namespace(
|
||||
connection_timeout=Option(20, type='int'),
|
||||
read_timeout=Option(120, type='int'),
|
||||
),
|
||||
gcs=Namespace(
|
||||
bucket=Option(type='string'),
|
||||
project=Option(type='string'),
|
||||
base_path=Option('', type='string'),
|
||||
ttl=Option(0, type='float'),
|
||||
),
|
||||
control=Namespace(
|
||||
queue_ttl=Option(300.0, type='float'),
|
||||
queue_expires=Option(10.0, type='float'),
|
||||
@@ -250,7 +243,6 @@ NAMESPACES = Namespace(
|
||||
),
|
||||
table_schemas=Option(type='dict'),
|
||||
table_names=Option(type='dict', old={'celery_result_db_tablenames'}),
|
||||
create_tables_at_setup=Option(True, type='bool'),
|
||||
),
|
||||
task=Namespace(
|
||||
__old__=OLD_NS,
|
||||
@@ -263,7 +255,6 @@ NAMESPACES = Namespace(
|
||||
inherit_parent_priority=Option(False, type='bool'),
|
||||
default_delivery_mode=Option(2, type='string'),
|
||||
default_queue=Option('celery'),
|
||||
default_queue_type=Option('classic', type='string'),
|
||||
default_exchange=Option(None, type='string'), # taken from queue
|
||||
default_exchange_type=Option('direct'),
|
||||
default_routing_key=Option(None, type='string'), # taken from queue
|
||||
@@ -311,8 +302,6 @@ NAMESPACES = Namespace(
|
||||
cancel_long_running_tasks_on_connection_loss=Option(
|
||||
False, type='bool'
|
||||
),
|
||||
soft_shutdown_timeout=Option(0.0, type='float'),
|
||||
enable_soft_shutdown_on_idle=Option(False, type='bool'),
|
||||
concurrency=Option(None, type='int'),
|
||||
consumer=Option('celery.worker.consumer:Consumer', type='string'),
|
||||
direct=Option(False, type='bool', old={'celery_worker_direct'}),
|
||||
@@ -336,7 +325,6 @@ NAMESPACES = Namespace(
|
||||
pool_restarts=Option(False, type='bool'),
|
||||
proc_alive_timeout=Option(4.0, type='float'),
|
||||
prefetch_multiplier=Option(4, type='int'),
|
||||
enable_prefetch_count_reduction=Option(True, type='bool'),
|
||||
redirect_stdouts=Option(
|
||||
True, type='bool', old={'celery_redirect_stdouts'},
|
||||
),
|
||||
@@ -350,7 +338,6 @@ NAMESPACES = Namespace(
|
||||
task_log_format=Option(DEFAULT_TASK_LOG_FMT),
|
||||
timer=Option(type='string'),
|
||||
timer_precision=Option(1.0, type='float'),
|
||||
detect_quorum_queues=Option(True, type='bool'),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user