-
Query execution works by building up a tree of futures to execute each partition in each query stage.
The root node of each query stage is a `RayShuffleWriterExec`. It works by executing its child …
-
The goal is to know how our workers have ben doing and what they are up to.
More to come.
-
In theory, seems that the jailed space will have poor performance.
Did anyone face that issue when the number of workers in Slurm cluster inrease ?
-
Moving Web APIs out of the main thread seems like [a good pattern](https://dassur.ma/things/when-workers/) for the Web and I'd argue WebNFC would be a great candidate.
```js
// worker.js
self.add…
-
The use case is using a ServiceWorker to fetch and store objects (e.g. as a reaction on a web push) to have them ready when the user visits the site. Having the objects persisted would be an advantage…
-
Ideally, we would have a way to signal that there are no outstanding references to a Worker object in the script task, and check if there are any outstanding events (timers, etc.) in the worker event …
-
I'd suggest using a workers directory of eventsd.d in the /etc/salt directory to fall more in line with how salt has their directories.
-
#9688 encountered the issue where we are still using `global.script_chan()` to deliver error message, but as outlined in the [spec](https://html.spec.whatwg.org/multipage/workers.html#runtime-script-e…
-
**Note**: This is assigned to myself.
This is a meta issue tracker for the [Service Worker Infrastructure](https://github.com/servo/servo/wiki/Summer-of-Code-2016:-ServiceWorker-infrastructure) pro…
-
I'm trying to set up distributed cache amongst drone worker nodes.
I created a gluster fs storage pool sharing `/var/lib/drone/cache` across all `drone-agent` containers but that doesn't work...
/cc @…