-
I have the following setup:
```
@Incoming(PROCESS_VIEWS_CHANNEL)
@Outgoing(PROCESS_VIEWS_DLQ_CHANNEL)
@Acknowledgment(Strategy.MANUAL) // Enable manual ack/nack
@ActivateRequestContext
public Me…
-
We only limit the number of parallel running managed jobs with the number of CPU core each job controller process uses, but that is not enough because:
1. during peak time, when there are multipl…
-
So, im wondering if it would hurt in any way, if while creating a job that we have the ability to pass in a named monitor, instead of a bool true / false so that it makes it easier to check statuses b…
-
### Version
5.12.0
### Platform
NodeJS
### What happened?
We are using Elasticache Serverless instance (redis v7.1)
When adding a job to queue and the job fails an exception is thrown …
-
I have got some load on SolidQueue in my production app.
Our workers work in an environment where the worker can be killed at any time (cloud-type infrastructure). Because of this, over the course…
-
### Issue Type
Running
### Search for existing issues similar to yours
Yes
### OS Platform and Distribution
Ubuntu 20.04.6 LTS
### Kuscia Version
kuscia 0.9.0b0
### Deployment
docker
### dep…
-
### What happened?
### Description
We have an import job for a website that sometimes fails due to a deadlock issue. (This happens like 1 times out of 3).
```2024-09-19 11:06:00 [queue.INFO] […
-
On tuolumne, `flux shutdown` was stuck in `flux queue idle`. There are no running jobs known to `job-list`, but `flux queue status -v` shows 80 running jobs:
```
# flux queue status -v | grep runnin…
-
I'd like to remove submitted/running after their containing workflow has been finished (by hand). Not sure if the intended behavior is to have them operate 'normally' i.e. move through the statuses, b…
-
### Parent Issue
https://github.com/dotCMS/core/issues/29575
### User Story
As part of the job management system, we need to integrate the existing import and export functionality as a Job that can…