-
Failure is always `(33, "HTTP server doesn't seem to support byte ranges. Cannot resume.")` paired with `Remote job server indicated a problem running or monitoring this job.`.
Test history that c…
-
First, thanks for the library; it has been great to see the results during development and while in use in the wild, even if transitioning from my bespoke implementation of a hybrid cache preventing s…
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
SELECT
d.id,
d.name AS original_name,
d.created_date,
d.updated_date,
SUM(CASE WHEN dm.games > IFNULL(odm.games, 0) THEN 1 ELSE 0 EN…
-
Currently if someone pass domain to `--store` of via file SD without dns loopups, the target is passed to gRPC DialContext which then if A lookup gives more than one response it loadbalance. However t…
-
One of the fun challenges we're working on is the need to pre-declare creatives in the IG at IG joining time, and being constrained to those at auction time. Update URL frequency could be tweaked to m…
-
## Summary
In a Rollout with 1 replica, triggering a restart causes the running pod to be terminated immediately at the same time that the new pod starts up. This happens even when explicitly set…
-
##### SUMMARY
Unlike in version 2.8.5, get_url module repeatedly downloads an URL even if destination exists with Ansible 2.8.6
##### ISSUE TYPE
- Bug Report
##### COMPONENT NAME
get_url
#…
gtie updated
21 hours ago
-
SELECT
d.id,
d.finish,
d.decklist_hash,
cache.active_date,
cache.wins,
cache.losses,
cache.draws,
cache.color_sort,…
-
This is the API proposal related to [Epic: IDistributedCache updates in .NET 9](https://github.com/dotnet/aspnetcore/issues/53255)
# Hybrid Cache specification
Hybrid Cache is a new API designed…