-
It would be cool to have a way to make general data available on worker initialization instead of just through worker function parameters. I can submit a PR.
Ref: https://nodejs.org/api/worker_thre…
-
```
curl --location 'http://127.0.0.1:8228' --header 'Content-Type: application/json' --data '{
"id": 42,
"jsonrpc": "2.0",
"method": "shutdown_channel",
"params": [
{
…
-
### Operating System
Other Linux (please specify below)
### Other Linux
RedHat 8.9
### Workflow Version
v2.4.1
### Workflow Execution
Command line (Cluster)
### Other workflow execution
_No r…
-
### Issue description
A frequent problem I see these days is plugins are now often using AsyncTasks to perform lengthy blocking operations. When I say "lengthy", I mean > 1 tick.
This can become a…
-
We currently require 1 ensemble member per HPC job when running calibrations on HPC systems.
For many models, this causes the runtime to be dominated by compilation time.
We can avoid this by usin…
-
### Feature hasn't been suggested before.
- [X] I have verified this feature I'm about to request hasn't been suggested before.
### Describe the enhancement you want to request
## Dev Migrations
C…
-
Likely not worth look into those, because they seem very rare corner cases. But if it happens again to my syncs, I'll solve them.
```
Traceback (most recent call last):
File "/./md5sum", line …
-
when I run the main.py it gives me
**NameError: name 'kernel_sizes' is not defined** error
here is the full error message:
Traceback (most recent call last):
File "C:\Users\mohib\OneDrive\Deskt…
-
https://github.com/ziglang/zig/blob/8573836892ba1b7cd34d377b46258930161256c3/lib/std/Thread/Pool.zig#L57
Here the spawn method dose not pass the allocator in, but wasi thread must need an allocator…
-
**How to categorize this issue?**
/area robustness
/kind enhancement
Suggested approach for implementing the "Rolling update of the worker pool when critical kubelet configuration changed" step…