Currently the execution of SSIS packages is slow in comparison with execution by the SQL job scheduler.
See
https://andyleonard.blog...sis-execution-parameter/ .
For now we have a workaround in which we use T-SQL to execute the package. We added the 'SYNCHRONIZED' paramater to ensure that the execution is fast.