-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the commu…
-
Integrate the webapp from kie-tools created in the task below, in the jobs-service image:
- https://github.com/apache/incubator-kie-tools/issues/2545
-
Description:
When running Scrapyd with Python 3.11.9, the format of the HTML returned on the Jobs page appears to be standardized in a way that prevents successful parsing of job data. This issue doe…
-
I wonder if this feature is on your roadmap.
TL;DR;
Job aggregation allows you to enqueue multiple jobs successively, and have them passed to the Worker together rather than individually. The fea…
-
The general case of this just about querying the KVS, but I've been handed the task of collecting day to day info about jobs, specifically:
jobs succeeded
jobs failed
jobs canceled
Ideally it ne…
-
Hey there, I was analyzing some queries that is being done on my solid queue DB and I came across this:
```sql
DELETE
FROM
"solid_queue_jobs"
WHERE
"solid_queue_jobs"."id" IN (
SELECT
…
-
pkg/ccl/jobsccl/jobsprotectedtsccl/jobsprotectedtsccl_test.TestJobsProtectedTimestamp [failed](https://tanzanite.cluster.engflow.com/invocations/default/7927991b-5e72-4395-bb82-6eac693d3752?testReport…
-
if a table is dropped that is part of vectorize.jobs, then the vectorize.job should also be deleted.
an event trigger can solve this. some scratch code as example of the idea
```sql
CREATE OR R…
-
## Packages
## Issue description
- [ ] This issue is a regression.
- [x] It is unknown if this issue is a regression.
running multiple user cases setup in GCE got us to this limit:
```
2024-11-11 …
-
## Summary
The concurrency controls that currently exist allow blocking execution of "duplicate" jobs, or jobs with the same arguments. These jobs wait, then execute after the currently running job…