Question: Two Usability Questions
0
gravatar for Assaf Gordon
9.8 years ago by
Assaf Gordon320
United States
Assaf Gordon320 wrote:
On my local galaxy server: 1. Is there a way to limit number of concurrent jobs PER user ? That is - if one user started a workflow with 30 steps, Executing only one (or two or three) jobs of that user, instead of all his jobs hogging the job-queue (and causing other users' jobs to wait). 2. Is there a way to force users to login? Prevent un-logged in users from running jobs ? Thanks, Gordon.
galaxy • 702 views
ADD COMMENTlink modified 9.8 years ago by Nate Coraor3.2k • written 9.8 years ago by Assaf Gordon320
0
gravatar for Nate Coraor
9.8 years ago by
Nate Coraor3.2k
United States
Nate Coraor3.2k wrote:
Not currently, but this feature is planned. Yes, via the 'require_login' option in universe_wsgi.ini: # Force everyone to log in (disable anonymous access) #require_login = False Which goes well with this option: # Can users register new accounts? #allow_user_creation = True Unfortunately, both are available only in the security branch right now. --nate
ADD COMMENTlink written 9.8 years ago by Nate Coraor3.2k
Please log in to add an answer.

Help
Access

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
Powered by Biostar version 16.09
Traffic: 184 users visited in the last hour