-
The following code causes a slice to be taken from a Delayed object when `_length==1`:
https://github.com/dask/dask/blob/e9845aadc7c32078e55354b61f5626ac759e8b28/dask/delayed.py#L619-L620
Here's a…
-
This is using TokuMX as the engine and DelayedJob. TokuMX has document-level locking which sometimes results in lock timeouts. This is error 16759 "Lock not granted. Try restarting the transaction." H…
-
edit neolit123
alpha 1.31
- https://github.com/kubernetes/kubernetes/pull/123341
- https://github.com/kubernetes/website/pull/45156
- https://github.com/kubernetes/kubeadm/pull/3031
alpha 1.3…
-
Currently, friction compensation is based on the estimated joint velocities, which we compute using finite differences and low-pass filtering. This gives us a delayed and noisy estimation of the joint…
-
## System and versions
Mac OS 10.14.4
Python 3.6
Joblib 0.12.5
## Usage
I have 32 big batches, and each batch contains unequal number of works. I am using joblib within a loop for the big batc…
-
I am getting this problem when using the `distributed` scheduler to compute 16,000,000 dot products. It makes the dashboard to not respond for several minutes and the computations are not started imme…
-
A part of #32
The existing task syntax is a little weird and not very flexible. A decorator based syntax would be a little weirder, but more flexible.
``` lua
local task = require('lark.task')
foo …
-
# Feature Request
For reference, this would help [here](https://github.com/uptick/django-dramatiq-pg/issues/3)
Currently there is no way to declare a Task without having a Broker instance.
Th…
-
> * have one app that can do copy/move/etc (so it's a "complete" rules - action - argument thing)
@jospoortvliet I understand what you mean is to have one, unified GUI for any app that takes advant…
-
The documentation in the [_Specify Workers in Compute/Persist_ section in the Data Locality article](http://distributed.dask.org/en/stable/locality.html#specify-workers-with-compute-persist) seems…