Project

General

Profile

Actions

tickets #94540

open

mailman - openqa-admin has 11597 non-members - nginx timeout

Added by pjessen almost 3 years ago. Updated over 2 years ago.

Status:
New
Priority:
Low
Assignee:
-
Category:
Mailing lists
Target version:
-
Start date:
2021-06-23
Due date:
% Done:

0%

Estimated time:

Description

I was going to tidy up some of those thousands of non-members (reply+some-identifier@reply.github.com), but I keep getting a 504 nginx time-out.
I'm just recording it here, just in case. It looks like the number grows slowly but steadily.
I don't know what this list is for, but those messages are not being held, so I guess they are okay - I'm going to add a regex filter to accept them by default, maybe that will stop the number growing :-)


Related issues 1 (1 open0 closed)

Related to openSUSE admin - tickets #113111: lists.opensuse.org - webserver backand timeouts - nginx 504 gateway timeoutNew2022-06-28

Actions
Actions #1

Updated by pjessen almost 3 years ago

  • Private changed from Yes to No
Actions #2

Updated by pjessen almost 3 years ago

I have added

^reply\+[^@]+@reply.github.com$

to the non-member acceptances.

Actions #3

Updated by pjessen almost 3 years ago

Well, that made no difference, they are still coming and being recorded.

Actions #4

Updated by pjessen almost 3 years ago

Now 13058 non-members listed, so approx 1500 new in a month.

Actions #5

Updated by pjessen over 2 years ago

I get the 504 after 60seconds - after some research, I changed ./vhosts.d/lists.opensuse.org.conf:

    location / {
        include /etc/nginx/uwsgi_params;
        uwsgi_pass 0.0.0.0:8000;
        uwsgi_read_timeout 600s;
        client_body_timeout 300s;
    }

After hitting 'Delete' for a non-member, it takes (for instance) 4m52s for the next page "Confirm remove role" to turn up. Hit "Remove" and I estimate it took another 3-4minutes for it to complete, but I forgot to time it. On a 2nd attempt "Remove" timed out after 5m50s.

That is just simply ridiculous - not much point in trying to use the web interface for dealing with those non-members, now about 20000.

Actions #6

Updated by pjessen almost 2 years ago

  • Related to tickets #113111: lists.opensuse.org - webserver backand timeouts - nginx 504 gateway timeout added
Actions

Also available in: Atom PDF