View Issue Details

IDProjectCategoryView StatusLast Update
0025673Return of ReckoningGeneralpublic2026-08-07 09:11
ReporterWholdar Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0025673: GraphQL kill/scenario feeds are stale again after the 2026-08-06 patch
DescriptionThis looks like the same issue as ticket 25450 - https://bugs.returnofreckoning.com/view.php?id=25450

Checked at 2026-08-07 09:07 UTC

The public GraphQL API is responding, but both kills and completed scenarios stop at around 2026-08-06 14:00 UTC.

Latest kill:
ID 68324987
2026-08-06T14:00:54.472736Z

Latest scenario:
Khaine's Embrace
Ended 2026-08-06T14:00:55.13113Z

Filtering for anything after 14:01 UTC returns no kills or scenarios.
Steps To Reproducecurl -sS -X POST https://production-api.waremu.com/graphql -H 'content-type: application/json' --data-raw '{"query":"{ kills(first: 1, includeAssists: false) { nodes { id time } } scenarios(first: 1) { edges { node { id endTime scenario { name } } } } }"}'
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-08-07 09:11 Wholdar New Issue