|
|
@@ -63,7 +63,7 @@ def create_xxl_bp() -> Blueprint:
|
|
|
body = await _parse_body()
|
|
|
trigger_params = {
|
|
|
"jobId": int(body.get("jobId", 0)),
|
|
|
- "executorHandler": body.get("executorHandler", ""),
|
|
|
+ "executorHandler": body.get("executorHandler", "").strip(),
|
|
|
"executorParams": body.get("executorParams", ""),
|
|
|
"executorBlockStrategy": body.get("executorBlockStrategy", ""),
|
|
|
"executorTimeout": int(body.get("executorTimeout", 0)),
|