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
On a setup where postal is deployed with docker-compose and is behind a nginx reverse proxy we get a 504 Gateway Timeout when clicking on the "Routing" link.
When we say we have a large number of routes, on this installation we count 20'000 routes. Server side we see the postal thread eating up a lot of CPU.
A page showing the results or partial results. Maybe pagination would be appropriate in this case.
Screenshots
Environment details
OS: server side debian + docker-compose
Browser: n/a [e.g. chrome, safari]
Version 2.1.2
Type : desktop
Additional information/context
A way to bypass this is to bypass the nginx, in our case we use ssh -L 5000:localhost:5000 and connect using http://localhost:5000 the page is very long to compute and display but at least we don't get a 504.
The text was updated successfully, but these errors were encountered:
Describe the bug
On a setup where postal is deployed with docker-compose and is behind a nginx reverse proxy we get a 504 Gateway Timeout when clicking on the "Routing" link.
When we say we have a large number of routes, on this installation we count 20'000 routes. Server side we see the postal thread eating up a lot of CPU.
To Reproduce
Expected behaviour
A page showing the results or partial results. Maybe pagination would be appropriate in this case.
Screenshots
Environment details
Additional information/context
A way to bypass this is to bypass the nginx, in our case we use
ssh -L 5000:localhost:5000
and connect using http://localhost:5000 the page is very long to compute and display but at least we don't get a 504.The text was updated successfully, but these errors were encountered: