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
Currently, it seems that it doesn't acknowledge incoming web hooks if it is still busy handling a previous one, leading to the proxy (traefik?) to report a 504.
This makes it hard to distinguish between a web hook that did not arrive and one that just didnt get acknowledged.
The actual processing should be moved to a worker, so the main thread can respond instantly to incoming web hooks and acknowledge them
Currently, it seems that it doesn't acknowledge incoming web hooks if it is still busy handling a previous one, leading to the proxy (traefik?) to report a 504.
This makes it hard to distinguish between a web hook that did not arrive and one that just didnt get acknowledged.
The text was updated successfully, but these errors were encountered: