-
@lukewagner has been asking me about this idea several times and what he'd mostly like to see is synchronous I/O in workers, to be able to emulate POSIX and get the closest to the metal and native per…
-
Workers (based on WebWorkers) are coming in Node 11: https://github.com/nodejs/node/labels/worker
Right now we hack around the lack of threads with [`child-process-thread`](https://github.com/modul…
avaer updated
6 years ago
-
Hi,
I find the [microblog document](https://fedify.dev/tutorial/microblog) has some notes about `Recently, cloud edge functions like Cloudflare Workers have also gained popularity as JavaScript run…
-
### What happened + What you expected to happen
When a node in a PG is down, the PG would be rescheduled. However, if there's not enough node in the cluster, autoscaler will launch new nodes. When th…
-
I think these 2 related features would be very beneficial for usability & adoption.
People who'd like to user Mullvad Browser as their daily driver and disable clearing cookies site data on restart c…
-
Support a Heterogeneous pool of workers with variable number of model replicas per worker
-
For certain workloads, the optimal cluster will have multiple workers on a single GPU. This currently isn't possible in Coiled.
-
### What happened + What you expected to happen
We recently ran into an issue where Ray actors weren't being cleaned up in time leading to CPU OOMs when we retried those actors.
The root of the …
-
### What would you like to be added?
Part of
- https://github.com/kubernetes/enhancements/issues/4828
Add the `/flagz` endpoint for kube-scheduler.
Sample response:
```
--------------------…
-
runconfig = RunConfig(
timeout=120, max_retries=1, max_wait=120, max_workers=1, log_tenacity=True
)
testset = generator.generate(
testset_size=args.test_size,
qu…