Marilia Ribeiro da Silva
Results
2
comments of
Marilia Ribeiro da Silva
> @pplonski adding REACT_APP_SERVER_WS did not help. I managed to fix it somehow by editing mercury/apps/nbworker/**main**.py The default server url is ws://localhost which is given to **main**.py by enterypoint.sh (I...
> Hi @mariliaribeiro, > > Here is code that creates job for worker > > https://github.com/mljar/mercury/blob/4a404b30cb601275c1f591c6d9f9ef22b584698b/mercury/apps/ws/client.py#L137-L148 > > Here is code that starts worker process based on job params >...