Nat Tabris
Nat Tabris
The docs also say that ``` export DASK_DISTRIBUTED__SCHEDULER__WORK_STEALING=True export DASK_DISTRIBUTED__SCHEDULER__ALLOWED_FAILURES=5 export DASK_DISTRIBUTED__DASHBOARD__LINK="/user//proxy/8787/status" ``` results in the same thing as ``` { 'distributed': { 'scheduler': { 'work-stealing': True, 'allowed-failures': 5 }...
cc @scharlottej13
> FWIW I find the results of searching for "worker plugin" (with the quotes) to be more meaningful Hm, those results seem even worse to me since the top hits...
As far as I can tell, the modification to `setup.py` works great when installing `imgaug` from source but doesn't help when installing the the pypi wheel. I'm guessing this is...
> Doesn't a virtual env resolve the issue? No, this doesn't give us a way to `pip install imgaug==0.4` without it installing `opencv-python` (which we don't want). We've pinned our...
FWIW I've tested this and was able to pull metrics from my AMP Workspace. This looks good to me and I'd be very happy to have this functionality available.
The test failure on that's specifically py38 on win doesn't appear to be related to anything I changed. Can someone help with this?
> I am wondering if totals are actually the most useful counter here. Wouldn't the current value be more useful? If you collect current values, you'll lose what happens between...
> That's true but I'm typically interested at the current value at a given point in time (i.e. rather a gauge in the prometheus sense). To make that graph you...
> I think that we actually want to show the derivative of tasks that have transitioned into the memory state. This is closer to what the task stream represents today....