RESOLUTION
By default maximum number of tasks is 20 and if its number is reached, then you can increase this value in this configuration file:
/usr/local/expand/conf/expand.conf
# Maximum number of concurrently running tasks
max_tasks = 20 Also the following options concerning Tasks manager are available for changing:
exec_timeout
Timeout in seconds for actions to finish execution gracefully when TM is shut down gracefully
term_timeout
Timeout in seconds for actions to finish execution after being sent SIGTERM (in case of quick TM shutdown)
user
User under which TM is run
group
Group under which TM is run
Please restart expandtm service with the following command line to take changes into effect:
/etc/init.d/expandtm restart Keywords: Max tasks limit reached.