|
|
|
|
|
by mvallebr
4866 days ago
|
|
Scheduling is done by any external tool like cron, a java app running quartz or control-m. However, the processor job knows the last time it was run and know which data it should process to update the time. You might also choose to run the job overriding the last time it ran, to reprocess data it you want. |
|