Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: переключение сервера при ошибке #330

Open
3 tasks
Kopchan opened this issue Sep 3, 2024 · 0 comments
Open
3 tasks

feat: переключение сервера при ошибке #330

Kopchan opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
feature New feature or request web

Comments

@Kopchan
Copy link
Collaborator

Kopchan commented Sep 3, 2024

Переключать в клиенте сервер на вторичный в случае плохого ответа (500) или без ответа (и обратно на первый, если второй тоже с ошибкой)

В рамках этой фичи можно сделать:

  • Возможность иметь более двух серверов (множество резервных)
  • Балансировка нагрузки (случайный сервер для запроса или получить от серверов их "загруженность" и запрашивать у наименее загруженного)
  • Выбирать сервер который быстрее всего отвечает
@Kopchan Kopchan added feature New feature or request web labels Sep 3, 2024
@Kopchan Kopchan added this to diary Sep 3, 2024
@Kopchan Kopchan moved this to Todo in diary Sep 3, 2024
@scffs scffs moved this from Todo to In Progress in diary Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request web
Projects
Status: In Progress
Development

No branches or pull requests

2 participants