-
Hi, I am trying to run distributed computing on AWS using coiled.
My code is pure Python and therefore can not bypass the GIL.
When testing with local Dask on my laptop, to activate all cores I had …
-
In method createLoop() of Application class, we should be able to increase the value of setTimeout
Not it is $worker->setTimeout(10); - that is 10ms. So worker asks too frequent for new work from gear…
kazip updated
8 years ago
-
Hi,
It seems that opensips on shutdown (opensipsctl stop) does not disconnect it's connection to mysql neatly.
It should send a Request Command Quit before tearing down the TCP connection. But opensi…
-
Being able to specify the worker's executor(s) is a neat feature that's probably under-used in part because it's currently a somewhat cumbersome API: you need to create and pass in the executor instan…
-
I was thinking about scalability, and the issues I have encountered with IPython parallel, following recent discussions with [swift-lang](http://swift-lang.org). With IPython parallel, scaling is larg…
minrk updated
6 years ago
-
The ``worker-manager`` has two processes that could be combined:
* ``worker-manager-provisioner`` - Looks at the pending tasks in the ``queue``, and spins up workers (and maybe spins down)
* ``wo…
-
Hi.
Whenever I start my api_serverr.py on a selinux enabled system, the server gets stuck at "Started a local Ray instance" and nothing else happens. Does selinux prohibit spawning multi-processes…
-
**Description**
When using the `activeQueues` option in `JobQueueOptions`, the observed behavior with the BullMQ job queue strategy is inconsistent with expectations. All worker processes pull jobs f…
-
**Feature or enhancement**
Currently, multiprocessing functions can be run in IDLE. However, the output of these functions is not displayed in the IDLE shell. This is because the fork done by mul…
-
## Discussion
- What aspect of the language would you like to see improved?
Process.run to have an option to kill the child if the primary process exits
- What are the reasons?
This simpli…