inex / IXP-Manager

Full stack web application powering peering at over 200 Internet Exchange Points (IXPs) globally.

Home Page:https://www.ixpmanager.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exception handler for Irrdb\\UpdateAsnDb, Irrdb\\UpdatePrefixDb

nickhilliard opened this issue · comments

At the moment, any querier exception for either of these handlers will cause the entire query process to bomb out. There needs to be an exception handler implemented for both methods.

Separately, the ixp-m operator needs to be given a hint if asn/prefix updates are wedged. e.g. "command hasn't run successfully in 48h, recommend intervention".

Phase 1 complete: continue to next customer on error + issue errors for cron email to capture and send.

Phase 2: improvement to create a persistent issue to be resolved by ixp

Need to get this fix on to production.

The retirement of ARIN-NONAUTH as a source by ARIN was causing our updates to quietly bomb out when it got to the member with it listed as a source:

ERROR: Invalid source(s) 'RIPE,RIPE-NONAUTH,AFRINIC,ALTDB,ARIN,ARIN-NONAUTH,APNIC,NTTCOM,LEVEL3,RADB': F One or more selected sources are unavailable.

I have now removed ARIN-NONAUTH and run the update manually. Seems it hasn't been working properly for quite some time... :-S