job_handler now takes config_file (and number of workers) via commandline
copied the b2luigi process function and fixed the passing on of command-line arguments.
might be also done by actually changing the arguments.py in the b2luigi package, changing line 30 to:
args, unknown_args = parser.parse_known_args()
Edited by Ghost User