bug: reward updates to ml/serving silently swallowed on failure #75
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
recommender.ts:308-318sends reward to ml/serving with.catch(() => {}). If ml/serving is down or slow, the bandit never learns from that feedback. No retry, no queue, no logging.Over time this causes model state to diverge from actual user behavior.
Fix
signals.tip.reward)