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[sgroups]: impl rpc for status stream #2

Closed
wants to merge 17 commits into from

Conversation

myromeu
Copy link

@myromeu myromeu commented Sep 21, 2023

No description provided.

@myromeu myromeu marked this pull request as draft September 21, 2023 10:32
@EvgenyGri
Copy link
Member

Привет!
В целом идея которую ты написал в коде - правильная, но код - полнейшая дичь и я ее конечно почистил.
Твоя задача вкурить те изменения которые я сделал и еще:
1 написать рабочий вариант для "local inmemory" db
2 написать юнит-тесты для новой ручки
3 написать реализацию для Postgres db
подумать над механизмом. PUB/SUB https://www.postgresql.org/docs/current/sql-notify.html

_ = pgconn.SafeToRetry
_ = pgconn.Timeout
_ = err
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Разобраться с логикой ошибок

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Сделал обработку ошибок

  • puddle.ErrNotAvailable не может произойти в нашем коде, так как возвращается методом TryAcquire и этот метод не используется в pgxpool
  • в случае ошибок проходящих проверку pgconn.Timeout не делаю задержку, так как сама ошибка произошла в случае истечения таймаута и можно повторить попытку

@myromeu myromeu marked this pull request as ready for review September 28, 2023 09:24
@EvgenyGri EvgenyGri closed this Oct 1, 2023
@EvgenyGri
Copy link
Member

PR was merged into SWARM-47

@EvgenyGri EvgenyGri deleted the feat_status_stream branch October 4, 2023 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants