Skip to content

How to use executor in linux with "spawn" method in version 4.0.0 #929

Answered by agronholm
ardevik asked this question in Q&A
Discussion options

You must be logged in to vote

APScheduler 4 doesn't use multiprocessing at all. It uses AnyIO's to_process.run_sync() method which never uses fork() anyway.

Replies: 2 comments 10 replies

Comment options

You must be logged in to vote
1 reply
@ardevik
Comment options

Answer selected by ardevik
Comment options

You must be logged in to vote
9 replies
@agronholm
Comment options

@ardevik
Comment options

@agronholm
Comment options

@ardevik
Comment options

@agronholm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants