Details
-
Fix
-
Status: Released (View Workflow)
-
Major
-
Resolution: Fixed
-
1.11
-
None
Description
Current Situation
when the source_dir parameter of a YADE job contains the [date:yyyyMMdd] substitutable value e.g.
source_dir = /home/test/temp/[date:yyyyMMdd]/in
and the job starts shorty before midnight then all files in the directory for the current day are found and will be prepared for transferring. The source_dir in the log output is set to the current day. When the transfer begins and the time is after midnight then the source_dir parameter will be changed to the day after midnight. No files will be found or transferred.
Desired Behaviour
The value for the source_dir parameter should be evaluated when the job starts and should not be changed during transfer.
Patch
A patch is available here