Skip to content

End bubble push-off lowman skip at weekly reset (beta-2.2.5) - #71

Merged
owens1127 merged 1 commit into
mainfrom
fix/bubble-push-off-patch-end-beta-2.2.5
Jun 25, 2026
Merged

End bubble push-off lowman skip at weekly reset (beta-2.2.5)#71
owens1127 merged 1 commit into
mainfrom
fix/bubble-push-off-patch-end-beta-2.2.5

Conversation

@owens1127

Copy link
Copy Markdown
Contributor

Summary

  • Bubble push-off was patched on 2026-06-23 17:00 UTC (Tuesday weekly reset). Lowman heuristics should apply again for post-patch clears.
  • Adds bubblePushOffGlitchEnd and tightens skipLowmanForKnownStrat to only skip clears between 2026-06-14 and the reset.
  • Bumps CheatCheckVersion to beta-2.2.5 (Hermes + cheat-detection cron).

Deploy

ssh raidhub
cd /RaidHub/Services && git pull origin main
export PATH=/usr/local/go/bin:$PATH
make hermes && sudo systemctl restart hermes
go build -o /RaidHub/bin/cheat-detection ./tools/cheat-detection/
strings bin/hermes | grep beta-2.2.5

Post-merge backfill

Re-enqueue post-patch instances in the bubble-push cohort so Hermes rechecks them with lowman heuristics active (enqueue-cheat-check from #65, or scp'd on prod):

cd /RaidHub/Services
set -a && source /RaidHub/.env && set +a

PATCH_END=2026-06-23T17:00:00Z

go run ./tools/enqueue-cheat-check/ -dry-run \
  -activity=15,7,9,10,12,102 \
  -since="$PATCH_END"

go run ./tools/enqueue-cheat-check/ \
  -activity=15,7,9,10,12,102 \
  -since="$PATCH_END"

Already applied on prod (2026-06-25): Hermes on beta-2.2.5, 46,590 instances enqueued.

Test plan

  • go build ./lib/services/cheat_detection/...
  • Prod deploy + enqueue backfill (46,590 instances)
  • CI go build green
  • Post-merge: git pull on prod so scp hotfix matches main

Made with Cursor

Bungie patched the strat on 2026-06-23 17:00 UTC; post-patch clears should run lowman heuristics again.

Co-authored-by: Cursor <cursoragent@cursor.com>
@owens1127
owens1127 merged commit b898a81 into main Jun 25, 2026
2 checks passed
@owens1127
owens1127 deleted the fix/bubble-push-off-patch-end-beta-2.2.5 branch June 25, 2026 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant