-
@kolia reported this issue with K8sClusterManagers@0.1.2:
```julia
julia> addprocs(K8sClusterManager(n_workers; pending_timeout=180, memory="1Gi"))
[ Info: driver-2021-05-18--20-31-35-wgssh-worke…
-
### What happened?
When graceful node shutdown is enabled, I expect that services are drained appropriately during pod shutdown (i.e. the same way that `kubectl delete pod` would work). However thi…
-
### Your current environment
```text
PyTorch version: 2.4.0+cu121
Is debug build: False
CUDA used to build PyTorch: 12.1
ROCM used to build PyTorch: N/A
OS: Ubuntu 22.04.5 LTS (x86_64)
GCC ve…
-
Background callback works fine with Dash Pages. However, if we use a `dcc.Store()` (defined in the `app.py`) as an `Output` in the background callback, a long callback function is executed upon page l…
-
Currently, when `dl_manager` is used inside a Beam pipeline, checksums registration is disabled.
In theory, each instance of beam workers should register their checksums and save them inside some s…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Python 3.12.3
sanic-23.12.1
very often (not 100%) after restarting worker, for example:
…
-
### Description
Opening this issue to see if there's interest to add other package managers for runtime environments? The conda plugin is fairly big since it needs to create new environments—but I'd …
-
### What happened + What you expected to happen
# What happened
I ran an experiment with 2 T4 GPUs on GCP using `PB2` for 500 iterations. In nearly the middle of the the experiment almost all tria…
-
### Describe the bug
i get some error when i use web worker in host
### Reproduction
https://github.com/mrcwl/mf-error-test
### Used Package Manager
pnpm
### System Info
```shell
System:
…
-
`max_workers` is just an alternative way of defining `cores_per_worker` (except on heterogenous queues, where you probably want `cores_per_worker` anyways). It is just another thing for users to have …