mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
1) introduced a global configuration variable job.cancel.threshold.minutes 2) Default value for the job.cancel.threshold.minutes is 60 minutes, if a job has been staying in processing state for over 60 minutes, system will forcely remove it from the queue to allow others to run
9 lines
418 B
XML
9 lines
418 B
XML
<components.xml>
|
|
<management-server class="com.cloud.async.TestSyncQueueManager">
|
|
<dao name="sync queue dao" class="com.cloud.async.dao.SyncQueueDaoImpl"/>
|
|
<dao name="sync queue item dao" class="com.cloud.async.dao.SyncQueueItemDaoImpl"/>
|
|
<manager name="sync queue manager" class="com.cloud.async.SyncQueueManagerImpl">
|
|
</manager>
|
|
</management-server>
|
|
</components.xml>
|