magpie¶
Subpackages¶
Submodules¶
Package Contents¶
Functions¶
API¶
- magpie.init()[source]¶
Initialize the Magpie core processes/threads.
In particular, this will:
start a monitoring thread to get back results asynchronously once tasks have finished computing
start a celery worker process to consume and process tasks from the queue (if configured)
start a celery flower task monitoring system (if configured)