History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: QB-2387
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Robin Shen
Reporter: Phong Trinh
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
QuickBuild

QB still puts jobs in the queue while the system is pausing

Created: 25/Mar/15 03:37 PM   Updated: 25/Mar/15 11:27 PM
Component/s: None
Affects Version/s: 6.0.6
Fix Version/s: None

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
 Hi Support Team,

 QB still puts jobs in the queue while the system is pausing for upgrading. It causes too many jobs (more than one hundred jobs) in queue. I think while the system is pausing, QB should pause this action as well.

 Thanks,
 ptrinh

 All   Comments   Work Log   Change History      Sort Order:
Robin Shen [25/Mar/15 11:27 PM]
This is by design in order not to drop submitted jobs while system is being maintained. If instead you'd like to reject all job requests, just edit your pre-queue script in advanced setting of the configuration to use below script:
groovy:
if (system.cacheManager.getSystemSetting().getPauseSystem() != null)
  throw new com.pmease.quickbuild.QuickbuildException("System is paused");