-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not use a job in the FileInfoReader
The FileInfoReader currently creates a job just to join its execution, as the job is also marked as a system job to hide it from the users this does not seem very useful and only complicates the flow and increased the workload. This now removes the job extension and also making the monitor field obsolete now.
- Loading branch information
Showing
1 changed file
with
19 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters