ProxyError at login #383
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Sometimes the following error is thrown:
The error is resolved by itself after a very short period of time (few seconds).
This needs further investigation.
Further research led to the gunicorn configuration of
arnova. It looks like only one worker process dealed with all the incoming requests. The configuration has been edited, so thatarnovais running with 4 workers now. I will keep an eye on this.Might become irrelevant due to switch to OAuth2.0 workflow (See #396 and #395)