-
We talked with a database expert and they recommended us to check if the index `resource_kind_idx` is redundant with `resource_kind_namespace_idx` as both cover two of the same columns (kind and apive…
-
The batched run will allow requesters to run the job in batches. In order to do this, the requester should fill in the batch size.
* Add batch size text field in the JobForm component.
* Modify th…
-
Feature request: add option to `execute_batch()`, `start_and_wait()` and friends to automatically cancel a job that takes too long (e.g. to avoid excessive costs)
-
Hi,
Could you help me, how I can send a batch package back to the url I get through "batchJobService"?
Thx,
Oppkij
-
In the category "nice to have"
`GET /jobs/{job_id}` has a field `progress`:
> number [ 0 .. 100 ]
> Indicates the process of a running batch job in percent. Can also be set for a job which stop…
-
The conditional flow does not work as stated in the official documentation (https://docs.spring.io/spring-batch/docs/current/reference/html/step.html#controllingStepFlow)
Tried with:
Spring Boot: …
m4rcc updated
2 weeks ago
-
## Summary
When attempting to resume a job from where it left off before reaching wall-time on a SLURM cluster using PyTorch Lightning, the ckpt_path="hpc" option causes an error if no HPC checkpoi…
-
As the IVC forms team, I need to know when a submit hasn't gotten an updated PEGA status so that I can notify the user that they should submit again.
### Acceptance criteria
- Job is aware of submits…
-
### Pre-requisites
- [X] I have double-checked my configuration
- [X] I have tested with the `:latest` image tag (i.e. `quay.io/argoproj/workflow-controller:latest`) and can confirm the issue still e…
-
**Describe the bug**
Somehow messages are being lost between the Producer and Consumer.
I have an app in FastAPI which has an endpoint `submit_batch` which uses an aiokafka Producer to send messag…