-
Test failure on https://go.dev/cl/617376/2, which I don't think was responsible for the failure. Only builder to fail was gotip-linux-amd64-aliastypeparams.
```
runtime: full=0xc0000d38000006 next…
-
We recently ran into an issue where some of our tests using amqprs 1.7.0 would fail. I honestly don't know why they worked before when we didn't change anything relevant, but since about 5 days ago we…
-
[P0260R3](https://wg21.link/p0260r3) C++ Concurrent Queues (Lawrence Crowl, Chris Mysen)
-
### Feature request
We would like to have ability to create many PipelineRuns at once, but execute them one by one (mostly). Sometimes concurrently.
### Use case
Tekton can be used as regul…
-
Getting `SQLite3::BusyException: database is locked` on heartbeat running:
- solid_queue: 1.0.0
- rails: 7.2.1
- sqlite3: 2.1.0
**Backtrace:**
```
sqlite3-2.1.0-x86_64-linux (gnu) lib/sqlit…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Affected Resource(s)
sqs.aws.upbound.io - Queue
### Resource MRs required to reproduce the bug
_No response_…
-
### What's the issue?
I have been testing out the concurrency limits, specifically the use case of limiting concurrency across assets https://docs.dagster.io/guides/limiting-concurrency-in-data-pipel…
-
As discussed in discussed in [WWDC 2011 - Mastering GCD](https://developer.apple.com/videos/wwdc/2011/?id=210) and [WWDC 2012 - Asynchronous Design Patterns](https://developer.apple.com/videos/wwdc/20…
-
```java
import java.util.concurrent.ConcurrentLinkedQueue;
class A {
private final ConcurrentLinkedQueue widgetDataList;
public foo() {
widgetDataList.add("TEST");
}
}
```
…
-
If long running job with `concurrency_limit=1` and `batch_size=3`, then worker may pick 3 jobs once, and 2 jobs just waiting in worker's own queue instead of global queueu (database).
This doesn't …