You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Alex Grönholm (Bitbucket: agronholm, GitHub: agronholm)
APScheduler uses a custom thread pool to execute jobs. The API was intended so you could use any PEP 3148 compliant executor in its place. However, this does not work with ProcessPoolExecutor since the arguments are pickled and the target callable is one of the arguments.
Originally reported by: Alex Grönholm (Bitbucket: agronholm, GitHub: agronholm)
APScheduler uses a custom thread pool to execute jobs. The API was intended so you could use any PEP 3148 compliant executor in its place. However, this does not work with ProcessPoolExecutor since the arguments are pickled and the target callable is one of the arguments.
The text was updated successfully, but these errors were encountered: