Skip to content

Refactor(semaphore): setInterval to setTimeout #1

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

Merged
merged 1 commit into from
Nov 29, 2019

Conversation

caiangums
Copy link
Member

@caiangums caiangums commented Nov 29, 2019

Description

Improve resource usage with:

  • Avoid the creation of Promises on stale for acquiring the Semaphore
  • Use the Interval Alarm from JavaScript

…ultiple chaining Promises

In order to create a good usage of resources, this change use the Interval Alarm from the JavaScript
implementation instead of creating multiple Promises on stale for acquiring the Semaphore.
@caiangums caiangums self-assigned this Nov 29, 2019
@caiangums caiangums merged commit 42f84b3 into master Nov 29, 2019
@caiangums caiangums deleted the refactor/interval-usage branch November 29, 2019 23:00
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.

1 participant