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

FIX: Async/threaded tasks limit max_process_count #90

Merged
merged 1 commit into from
Sep 3, 2022

Conversation

Miksus
Copy link
Owner

@Miksus Miksus commented Sep 3, 2022

This has two changes:

  • Async and threaded tasks no longer limit max simultaneous processes
  • Tasks running as execution="main" are also "alive". Useful for threaded tasks to check what's running

Previously also async and threaded limited parallel processes
@Miksus Miksus added bug Something isn't working core Relates to the core functionalities (ie. base classes) labels Sep 3, 2022
@Miksus Miksus merged commit 724ba4b into master Sep 3, 2022
@Miksus Miksus deleted the fix/max_process_count branch September 3, 2022 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Relates to the core functionalities (ie. base classes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant