You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(worker): read payments from payments.json + log full traceback
Two fixes:
1. Discord moved payments out of user.json into
Account/user_data_exports/discord_billing/payments.json. Read from
that file; skip silently if it isn't there (no payment activity on
the account).
2. The exception handler in process_package was 'print(e)', which only
logs the exception's str() — useless for debugging. Always log the
full traceback to CloudWatch before swallowing into the DB.
0 commit comments