-
If the scheduler fails at the same time that a node task dies and stops for a significant period of time (more than 5 - 10 minutes) and then starts up, it will try to recover dead node tasks even thou…
-
### Report of performance regression
Using your benchmark
```
git clone https://github.com/vllm-project/vllm
cd vllm/benchmarks
wget https://huggingface.co/datasets/anon8231489123/ShareGPT_Vi…
-
Attempting to use the Deluge Scheduler plugin has no effect. All scheduling is ignored with none of the specified time speed limitations taking any effect.
-
We have a feature to cancel and reschedule.
But it doesn't have feature to pause the scheduler and resume it when a certain condition is met.
I think maybe something like
```
var j = schedule.sche…
-
I learned that right now for every task the scheduler creates a new connection that sometimes may not be feasible when the worker is behind the firewall. Since WS communication between client -> sched…
-
```js
class Scheduler {
constructor() {}
}
function timeout(time) {
return new Promise((resolve) => {
setTimeout(resolve, time);
});
}
var scheduler = new Scheduler();
function…
-
`Warning: Exception caught during scheduling step: '
-
Hello,
Great plugin that I am finding very useful!
I have a small proposal which would be to add a new configuration flag for when `show job info` is enabled. This flag would allow the user to …
-
I currently wish to perform averages of model variables (say condensates) on a 100-days worth of data (~100x100x50 at hourly resolution) in 10 day blocks for a base experiment, as well as 10 day block…
-
W naszym projekcie Django używamy DjangoRQ do zarządzania zadaniami w tle, w szczególności dla zadania dispatch_notifications_task. Zauważyłem, że obecna implementacja wykorzystuje time.sleep(settings…