-
Our Production Sidekiq cluster had an issue today where the concurrent limit somehow ended up being zero. Our code uses a concurrent limit of 1 `Sidekiq::Limiter.concurrent('other_transactions', 1, wa…
-
Specifically, the GroupByAndAggregateCB callback runs on an AsyncHBase I/O Worker thread. The upshot of this is that when a query with a high aggregation time is submitted to a tsd all other in-progre…
-
### Is there an existing issue for this?
- [X] Yes, I have searched the existing issues and none of them match my problem.
### Product Variant
Cloud (https://rxresu.me)
### Current Behavior
(In C…
-
Thanks to @cloudRoutine we have a solid benchmarking framework in place. There are some cases where SIMD versions of the operations don't _win_, or only win with very large arrays. We should invest…
-
I was trying to reproduce slowness when uploading lots of small files in https://github.com/pachyderm/pachyderm/issues/2636 using `pachctl` locally.
```
pachctl put-file test-split master -c -f r…
-
# Add library folders through the UI
I'd like to suggest that adding libraries through the UI would be a great feature. With #63 we already get a "Library mappings" tab so we could also add an "Add…
-
Hello,
I would like to test puffAligner but the installation fails with the wrong C++ compiler detected when following the installation instructions. It seems that cmake it is skipping my local `g+…
-
# 🐛 Summary #
Some DNS lookups are failing in Trustworthy Email scans, presumably because we are hitting [the 1024 queries per second per network interface throttling limit applied to AWS VPCs](htt…
jsf9k updated
3 years ago
-
We have GCP deployment of Core which is working fine for some time (around 5 minutes or so). After this time DIAL unable to process any prompt with the following error in Core log:
```
2024-09-06 08…
-
In our pipeline, we had a GPU decoder which will decode the video on GPU, the decoded raw image stayed on GPU and we will use cuda shared memory and passed to Triton to do the inference. The issue her…