-
This ties in with https://github.com/defang-io/defang/issues/169 to some extent. With most systems I've come across with build queues, you can see historical data about how builds went, but you also g…
-
Create OOTB support for our caches module: https://develop.sentry.dev/sdk/performance/modules/queues/
Part of: https://github.com/getsentry/team-sdks/issues/63
-
### SDK
PHP SDK
### Description
In the consumer instrumentation example, the $job variable is used before initialization:
```php
$context = \Sentry\continueTrace(
$job->getMetadata('sentry_tra…
-
**Author:** Fulvio Tozzo
**Summary of the feature being proposed**
We'd like to restrict read/write access to Temporal task queues based on micro service identity to control who can do what.
To …
-
`auto_queues` should also interact with a `auto_gpu` field in this way:
* `auto_queues` could recognize when a queue (partition) is a GPU partition
* if it is, it could show a `auto_gpu` field.
…
-
### Description
On 3nb-spr, 1c tests are passing also with 10k tunnels, but 2c and 4c almost always fail [0].
In most cases it seems there is a crash [1] due to main thread giving up in vlib_worker_t…
-
-
We run the `proc-cleanup-async-queues.py` script to delete successfully processed or not applicable identifiers from the binder, crossref, datacite and search queues and from the RefIdentifier table. …
-
### Which kiwi functionalities are relevant/related to the feature request?
_No response_
### Description
doc https://github.com/arana-db/kiwi/discussions/124
### Proposed solution
_No response_
…
-
Discussion: https://github.com/maykinmedia/charts/pull/164/files#r1914893573
Most projects use this to start celery:
```bash
QUEUE=${1:-${CELERY_WORKER_QUEUE:=celery}}
WORKER_NAME=${2:-${CELERY_WORK…