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 silent failures in updateAsset and updateJenkins
- Await addonDatabase.update() in both functions so DB write errors
are thrown rather than silently lost as unhandled rejections
- Add .catch(logErr) to all cron updateAsset/updateJenkins/downloadOldVersion
calls so any failure surfaces in the server log
- Fix releaseId comparison: column is stored as text but was compared
with === against a number, causing every addon to re-download every tick
- Guard updateJenkins in-memory version update against undefined addon
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments