Project

General

Profile

Bug #2448

Thread limit prevents installation on Cloud

Added by Luke Murphey over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
09/20/2019
Due date:
% Done:

100%



Subtasks

Task #2454: Make validator only allow 25 threads on CloudClosedLuke Murphey

Task #2455: Make UI default to 25 threads on CloudClosedLuke Murphey

Task #2458: Make input limit itself to 25 threads if on CloudClosedLuke Murphey

History

#1 Updated by Luke Murphey over 4 years ago

I can import the ServerInfo class:

import os
import sys
path_to_mod_input_lib = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'modular_input.zip')
sys.path.insert(0, path_to_mod_input_lib)
from modular_input.server_info import ServerInfo

I could also implement a validator that uses different values for on-cloud. The problem is that the validator doesn't get the session key; this would need to be passed from the REST handler.

I might be able to selectively add the validator in convertParams().

#3 Updated by Luke Murphey over 4 years ago

  • Status changed from New to Closed

Also available in: Atom PDF