File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646
4747
4848DEFAULT_PERSONA_ID = 0
49-
49+ DEFAULT_CC_PAIR_ID = 1
50+
51+ # subquestion level and question number for basic flow
52+ BASIC_KEY = (- 1 , - 1 )
53+ AGENT_SEARCH_INITIAL_KEY = (0 , 0 )
54+ CANCEL_CHECK_INTERVAL = 20
55+ DISPATCH_SEP_CHAR = "\n "
56+ FORMAT_DOCS_SEPARATOR = "\n \n "
57+ NUM_EXPLORATORY_DOCS = 15
58+ # Postgres connection constants for application_name
59+ POSTGRES_WEB_APP_NAME = "web"
60+ POSTGRES_INDEXER_APP_NAME = "indexer"
61+ POSTGRES_CELERY_APP_NAME = "celery"
62+ POSTGRES_CELERY_BEAT_APP_NAME = "celery_beat"
63+ POSTGRES_CELERY_WORKER_PRIMARY_APP_NAME = "celery_worker_primary"
64+ POSTGRES_CELERY_WORKER_LIGHT_APP_NAME = "celery_worker_light"
65+ POSTGRES_CELERY_WORKER_HEAVY_APP_NAME = "celery_worker_heavy"
66+ POSTGRES_CELERY_WORKER_INDEXING_APP_NAME = "celery_worker_indexing"
67+ POSTGRES_CELERY_WORKER_MONITORING_APP_NAME = "celery_worker_monitoring"
5068
5169# Postgres connection constants for application_name
5270
You can’t perform that action at this time.
0 commit comments