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
I'm a bit unconvinced that the launchers are all working properly for the "proper" NLPRP server (not the toy one). If the NLP web config file is in $CRATE_NLP_WEB_CONFIG, then:
which is the pserve (Pyramid) launcher (which then, in my test config, launches Gunicorn), reads the port correctly from the config file but doesn't appear to read the processor list.
ah, the Celery one is deliberately back-end; I failed to read the help. So just the processor detection, then, and maybe the Gunicorn port thing (or documentation around that).
I'm a bit unconvinced that the launchers are all working properly for the "proper" NLPRP server (not the toy one). If the NLP web config file is in $CRATE_NLP_WEB_CONFIG, then:
which is the pserve (Pyramid) launcher (which then, in my test config, launches Gunicorn), reads the port correctly from the config file but doesn't appear to read the processor list.
After some fixing (in the nlp_docs) branch,
works (you have to specify the port this way as it ignores the config file settings) but doesn't appear to read the processor file correctly;
seems to launch some sort of worker process by default (which doesn't do much by itself?) but I'm not sure if that was the intent.
In progress.
The text was updated successfully, but these errors were encountered: