Jim Crist-Harif
Jim Crist-Harif
> JSON loading is not the limiting factor, but the massaging that conda does after the fact. Thanks for the write up @jaimergp. Yeah, if you're having to walk the...
*Filed here since AFAICT this is kernel specific, rather than notebook related*
(cc @minrk if you have a second)
Ah, I wasn't sure if this was in `jupyter_client` or kernel specific. Should I refile there?
You're missing the `.py` suffix on `m_cnn` in the list of files. Try: ```yaml name: ParameterServerForFL queue: default master: files: ApplicationMaster.py: ApplicationMaster.py m_cnn.py: m_cnn.py resources: vcores: 1 memory: 512 MiB...
A quick search shows this is likely due to an older version of protobuf in your environment. Can to you try upgrading protobuf and see if that fixes things? ```...
Since restarts are really just re-runs, they really are unique new containers. These IDs are used to query about current and past state - reusing an ID would mean you...
In #174 I'm adding the ability to override service configuration when adding containers. This would allow you to have an incrementing ID environment variable set for each worker container that...
Apologies for the delayed response here. My personal thought is that this would be a lot of work, and wouldn't be that useful. The bare web UI contains: - Status...
That's a fair point, but I'm not 100% convinced that a history server is the best way to resolve this. A few assorted thoughts: - Continuing to serve the same...