-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for ha, cleanup, refactor
Squashed commit of the following: commit 52a9c113b6cfe8c2ada17213f96148855dfcefda Author: Germano Eichenberg <[email protected]> Date: Mon Feb 14 10:42:47 2022 -0300 Remove dead code commit 02400a8 Author: Germano Eichenberg <[email protected]> Date: Mon Feb 14 10:38:47 2022 -0300 Add call to increment requests_routed_received commit d8b7f16 Author: Germano Eichenberg <[email protected]> Date: Sun Feb 13 01:26:02 2022 -0300 Fix context cancelled errors, add logging to missing places commit b509fea Author: Germano Eichenberg <[email protected]> Date: Sun Feb 13 01:00:52 2022 -0300 Remove context cancellation from globals commit df5f912 Author: Germano Eichenberg <[email protected]> Date: Sat Feb 12 15:54:37 2022 -0300 Implement graceful shutdowns commit b430cb9 Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 15:27:48 2022 -0300 Re-add context cancellation on FireGlobalRequest commit b4e753e Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 15:08:54 2022 -0300 Remove timeout from routeRequest commit 87a2ce9 Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 15:01:54 2022 -0300 Remove context call from FireGlobalRequest commit f557448 Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 14:38:45 2022 -0300 Add more context around log errors for main handlers commit d3650c5 Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 12:34:23 2022 -0300 Attempt to fix context canceled errors commit 4da3dcd Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 12:01:12 2022 -0300 Tweak client config to be more permissive commit 9a89bd3 Author: Germano Eichenberg <[email protected]> Date: Fri Feb 11 11:01:01 2022 -0300 More readme work commit fdf8d31 Author: Germano Eichenberg <[email protected]> Date: Thu Feb 10 18:01:40 2022 -0300 Fix small typo in readme commit 1d09b86 Author: Germano Eichenberg <[email protected]> Date: Thu Feb 10 17:57:23 2022 -0300 Move HTTP logic into QueueManager, add support for routing requests to other nodes, HA mvp commit ae897b3 Author: Germano Eichenberg <[email protected]> Date: Wed Feb 9 20:14:56 2022 -0300 Working implementation of memberlist commit 4cf9d37 Author: Germano Eichenberg <[email protected]> Date: Tue Feb 8 19:30:19 2022 -0300 Cleanup, move responsibilities of queue creation from main to queue, handle 401s and invalid tokens in one place
- Loading branch information
1 parent
ccc6fac
commit aa0bcc8
Showing
17 changed files
with
719 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
.idea/ | ||
nirn-proxy.* | ||
nirn-proxy | ||
nirn-proxy.exe | ||
.env | ||
*.txt | ||
*.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.