mos
mos
> Thanks for reporting @chenjpu! Indeed I was able to reproduce this, but with the `service` belonging to a task rather than the group - any chance your job was...
@shoenig When I upgraded to 1.5.0-rc1, the above problems still remained
using the simple Notebook component use nextjs router(Only one page contains the Notebook component)
Force to refresh the browser, and the background api access stops. Is it the resource leakage caused by the service when the components are uninstalled?
@echarles https://github.com/datalayer/jupyter-ui/blob/53f2cd655c5fff4ef7772cef003ddbd86e4b85b5/packages/react/src/components/lumino/Lumino.tsx#L30-L37 When the component is unloaded, the ```children.node.isConnected=false```, lead to an exception. Does it have anything to do with this?
Fix keydown Event leak(https://github.com/datalayer/jupyter-ui/pull/265)
@echarles ``` useEffect(() => { return () => { try { kernelManager?.dispose(); serviceManager?.dispose(); } catch (e) { //console.log(e) } }; }, [serviceManager, kernelManager]); ``` Clear some api calls, but there...
Service registration provider defaults to ```consul```, the cluster environment does not rely on the consul environment, when configured as ```nomad```, the problem does not appear
The following is the configuration of the service template, daprd task restart operation is ok, only when not set provider app task restart no response ``` job "xxxxx" { datacenters...
> ``provider = ""`` For a little long time, remember when this configuration was an empty string that caused an exception