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

run jobs inside nodejs clusters #246

Open
rafaelcr opened this issue Aug 26, 2024 · 1 comment
Open

run jobs inside nodejs clusters #246

rafaelcr opened this issue Aug 26, 2024 · 1 comment

Comments

@rafaelcr
Copy link
Collaborator

In order to have more control of a job's execution time and to avoid any dangling promises, we should consider running individual jobs inside clusters. This way, we can abort the sub-process if anything goes wrong and make sure we're not creating memory leaks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants
@rafaelcr and others