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: implemented execution locks - locks for single listener mode if… #12

Merged
merged 4 commits into from May 10, 2022

Conversation

SerhiyGreench
Copy link
Contributor

… it is necessary to create locks on each notification processing

… it is necessary to create locks on each notification processing
@@ -287,26 +310,90 @@ export class PgIpLock implements AnyLock {
* @return {Promise<void>}
*/
private async createLock(): Promise<void> {
Copy link
Member

Choose a reason for hiding this comment

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

I guess we need to split this method as it is too long

Copy link
Member

@Mikhus Mikhus left a comment

Choose a reason for hiding this comment

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

Looks great, thank you!

@Mikhus Mikhus merged commit 8e58239 into master May 10, 2022
@Mikhus Mikhus deleted the execution-lock branch May 10, 2022 15:06
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.

None yet

2 participants