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
- multiprocessing SimpleQueue takes a context as a required arg
lookup the context and pass it into class initalization of the SimpleQueue
- for simplification, follow example patterns of importing multiprocessing as mp
- multiprocessing.Queue can cause surprising results which are avoided using a queue manager Manager(). See https://docs.python.org/3.7/library/multiprocessing.html
- optparse passes in self to the check_existing_file, so set as _
- optparse calls the callback with many more args then originally setup for.
- fix env lookup variables which were missed when rebirthdb merged back with rethinkdb
0 commit comments