You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Time limit (seconds) a job can run before sending a cancel signal to GCP
Celery connection
Needed variables to connect to celery running on workers
Variable
Type
Default
Description
BOTHUB_NLP_CELERY_BROKER_URL
str
redis://localhost:6379/0
Celery Broker URL, check usage instructions in Celery Docs
BOTHUB_NLP_CELERY_BACKEND_URL
str
BOTHUB_NLP_CELERY_BROKER_URL value
Celery Backend URL, check usage instructions in Celery Docs
Celery queue
Variables to set available queues running on workers
Variable
Type
Default
Description
AVAILABLE_SPACY_MODELS
string
en|pt_br|es|fr|ru
Available SPACY models of working nodes
AVAILABLE_BERT_MODELS
string
en|pt_br|xx
Available BERT models of working nodes
AVAILABLE_QA_MODELS
string
en|pt_br|xx
Available QA models of working nodes
AVAILABLE_SPECIFIC_SPACY_QUEUES
string
en|pt_br|es|fr|ru
Available languages with word2vec models. It means there is workers listening to en-SPACY, pt_br-SPACY, ... queues
AVAILABLE_SPECIFIC_BERT_QUEUES
string
en|pt_br
Available languages with BERT models. It means there is workers listening to en-BERT, pt_br-BERT queues. Other languages will be sent to multilang-BERT queue
AVAILABLE_SPECIFIC_QA_QUEUES
string
en|pt_br
Available languages with QA models. It means there is workers listening to en-QA, pt_br-QA queues. Other languages will be sent to multilang-QA queue
AVAILABLE_SPECIFIC_QUEUES
string
""
Languages without model that need to be handled in exclusive queues. It means there is workers listening to "" queue. Other languages will be sent to multilang queue