Opened 2 years ago

Closed 2 years ago

#2778 closed task (fixed)

Weblate notifications a bit out of control

Reported by: robe Owned by: sac@…
Priority: normal Milestone: Sysadmin Contract 2022-II
Component: SysAdmin Keywords:
Cc:

Description

I might need to shut down weblate to disable the notifications until we address the pgRouting issue.

I think they may be stuck in osgeo6 though so might need to clear that out and figure out a way for weblate to not keep on sending error notices endlessly.

Change History (3)

comment:1 by robe, 2 years ago

Okay I had to clear the osgeo6 mail queue as they were all stuck there so even turning off my weblate notification did not stop the emails from coming to me.

# check the queue
postqueue -p

# purge all (they looked mostly like weblate alerts (36,000) and no easy way to cherry pick)
# the few I saw that weren't
postsuper -d ALL

I'm keeping this open until I figure out a way to limit these notices when something like this happens. Was triggered by weblate parse errors of pgrouting pushed files.

comment:2 by robe, 2 years ago

I just noticed that in the upcoming weblate 4.13.1 one of the fixes is:

"Make parse error lock a component from translating."

https://github.com/WeblateOrg/weblate/pull/7787

Which would have prevented this particular email storm.

I'll upgrade as soon as that comes out.

comment:3 by robe, 2 years ago

Resolution: fixed
Status: newclosed

upgraded to 4.13.1, so this particular issue should not happen again, though we still should figure out how to stop notifications when they go wild. this might be the only scenario where that happens though.

Note: See TracTickets for help on using tickets.