You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/08/05 10:10:15 UTC

[GitHub] [dolphinscheduler] wxing89 commented on issue #11233: [Improvement][UI] custom template switch button in chunjun component module is no need any more

wxing89 commented on issue #11233:
URL: https://github.com/apache/dolphinscheduler/issues/11233#issuecomment-1206280080

   Some problem occured after this PR, configuration `customConfig`  changed to '0' while it should be defalut value '1'. The value 0 which will lead to create chunjun node failed.
   
   Following is taskDefinitionJson example, the customConfig is '0'
   
   taskDefinitionJson: [{"code":6433449457952,"delayTime":"0","description":"","environmentCode":-1,"failRetryInterval":"1","failRetryTimes":"0","flag":"YES","name":"xxxx","taskParams":{"localParams":[],"resourceList":[],**"customConfig":0**,"json":"{}"},"taskPriority":"MEDIUM","taskType":"CHUNJUN","timeout":0,"timeoutFlag":"CLOSE","timeoutNotifyStrategy":"","workerGroup":"default","cpuQuota":-1,"memoryMax":-1}]


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org