atai-555 opened a new issue #5979:
URL: https://github.com/apache/dolphinscheduler/issues/5979


   In configuration instructions 
here:https://dolphinscheduler.apache.org/zh-cn/docs/latest/user_doc/system-manual.html
   8.1 System parameters
   ${system.biz.date} The day before the scheduled time of the daily scheduling 
instance, the format is yyyyMMdd, when the data is supplemented, the date is +1
   
   I have a specific problem, I have two workflows ODS_01 and DWD_01,Dwd_01 
depends on ODS_01. Today, ODS_01 was executed through the daily scheduling 
instance (scheduleTime is 2021-08-12 03:00:00), but DWD_01 was not executed. I 
started DWD_01 through the data complement task, and the scheduleTime is 
2021-08-11 03:00:00. Because their dates were inconsistent, DWD_01 could not 
find the successful ODS_01 instance when checking whether the pre-dependent was 
completed, because it use the scheduleTime is 2021-08-11 03:00:00 to found 
ODS_01 rather than 2021-08-12 03:00:00. So it's been impossible to execute.
   
   Any reply would be appreciated.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to