bija
bija copied to clipboard
Switch to executor processes
Most of the relay and db write activity is being handled as background tasks with flask_executor. At present it uses the default executor_type = 'thread' but would be ideal to switch to 'process' instead. Simply switching the config flag doesn't seem to work so need to investigate further as to what is required.