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

Added API for dynamic workers and schedulers. #205

Merged
merged 1 commit into from
Sep 26, 2023

Conversation

s3rius
Copy link
Member

@s3rius s3rius commented Sep 26, 2023

This request closes #192.

This API is used to dynamically create and run workers and schedulers. It's not the same as running taskiq worker, because running taskiq worker creates mutiprocess environment and runs everything there, maintaining process health.

These functions are more lightweight, so they can be embedded into any application.

@s3rius s3rius merged commit 12e9a7a into develop Sep 26, 2023
13 checks passed
@s3rius s3rius deleted the feauture/programmatic-api branch September 26, 2023 16:30
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