-
How long should it take for jobs to start running? I added a job to the queue. In the test queue, for several minutes, the status has shown as:
* 0 Test s Completed
* 15 Test s Queued
* 0 …
-
To reproduce just create a simple JobSet with `spec.suspend=true`. In that case Jobs and the service are created.
This is wasteful in case of Jobs which are queued by Kueue, and may stay in the que…
-
#### Environment details
- Package: @google-cloud/dataflow@3.0.1 (tested also on v2.x)
- OS: Docker Desktop v4.25.1 on MacOS 14.1.1, M2
- Node.js version: 18.18.2 (Docker image node:18-alp…
fider updated
10 months ago
-
There are so many options to get async/sync results from /jobs and /jobs/:id/results. It should probably be limited to a small subset so that there are not X options for "the same thing.
Discussion…
-
### What is the problem you're trying to solve
We can implement a mechanism that supports automatically re-queuing tasks that have entered the "Inqueue" status but remain unscheduled for an extended …
-
It might be nice to implement a job admin panel that lists all failed jobs. This could be done by having custom middleware/listeners that push the failed jobs into a database table, and then a basic p…
-
Need to implement priorities for jobs so there can be multiple jobs in 1 pipeline with the same priority rating. We want multiple jobs to potentially be queued up on HPC clusters simultaneously.
-
**Problem description:**
We have continuous updates coming from systems and all of them invoke the same task. The amount of time it takes for the batch task to complete depends on the size of the dat…
-
There is a permission "Access to 'Jobs' section" - but giving that permission to users does not let them see queued jobs. They can see the job _section_ but no jobs of any statuses within that section…
-
It updates for all the other status. Missing check for updating when individual job change status to queued.