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

Allow specifying manual keys for workers to reuse them #89

Open
jkrumbiegel opened this issue Apr 10, 2024 · 0 comments
Open

Allow specifying manual keys for workers to reuse them #89

jkrumbiegel opened this issue Apr 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jkrumbiegel
Copy link
Collaborator

I've just thought about a use case that will be pretty common, where one wants to render a bunch of related qmd files in a project, but all with the same environment. Each file would get its own worker assigned and so even if they all share the same env, each worker startup will incur its own startup delay. Maybe one could allow a key in the front matter like daemon_id: 123 or so, if this was set project wide then all files would run with a single worker. A difficulty is that certain front matter settings need to be the same so that the worker is not force restarted when they change (like the env or exeflags keys).

@jkrumbiegel jkrumbiegel self-assigned this Apr 15, 2024
@MichaelHatherly MichaelHatherly added the enhancement New feature or request label Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants