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

[DUX-1656] Multiple of the same lifecycle hook can run at once #179

Open
9999years opened this issue Dec 7, 2023 · 0 comments
Open

[DUX-1656] Multiple of the same lifecycle hook can run at once #179

9999years opened this issue Dec 7, 2023 · 0 comments
Assignees
Labels
linear Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync

Comments

@9999years
Copy link
Member

This causes issues with e.g. hiedb (see wz1000/HieDb#63).

Async hooks can run multiple instances at the same time, if the hook is slow enough and the reloads are fast enough. We should either allow only one of each hook to run at once or kill old hook processes before launching new ones. This should probably also be fixed upstream in hiedb.

From SyncLinear.com | DUX-1656

@9999years 9999years self-assigned this Dec 7, 2023
@9999years 9999years added the Medium priority Created by Linear-GitHub Sync label Dec 7, 2023
@github-actions github-actions bot added the linear Created by Linear-GitHub Sync label Dec 7, 2023
@9999years 9999years added this to the 1.0 milestone Mar 1, 2024
@9999years 9999years removed this from the 1.0 milestone May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear Created by Linear-GitHub Sync Medium priority Created by Linear-GitHub Sync
Projects
None yet
Development

No branches or pull requests

1 participant