Bug #2448
Thread limit prevents installation on Cloud
Start date:
09/20/2019
Due date:
% Done:
100%
Subtasks
History
#1 Updated by Luke Murphey about 5 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 about 5 years ago
- Status changed from New to Closed