Parallel Processing and Job Scheduling

Parallel Processing and Job Scheduling#

Union offers robust capabilities for parallel processing, providing various parallelization strategies allowing for the efficient execution of tasks across multiple nodes.

Union also has a flexible job scheduling system. You can schedule workflows to run at specific intervals, or based on external events, ensuring that processes are executed exactly when needed.

In this section, we will see some examples demonstrating these features and capabilities.