Raminderjeet Singh created AIRAVATA-830:
-------------------------------------------
Summary: Custom check for NCSA need to be handled in custom
extension. This is not generic code.
Key: AIRAVATA-830
URL: https://issues.apache.org/jira/browse/AIRAVATA-830
Project: Airavata
Issue Type: Bug
Components: GFac
Affects Versions: 0.8
Reporter: Raminderjeet Singh
if (app.getMaxWallTime() > 30 && app.getQueue() != null &&
app.getQueue().getQueueName().equals("debug")) {
throw new ToolsException("NCSA debug Queue only support jobs <
30 minutes");
}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira