Add support for starting and stopping a job queue
This commit is contained in:
@@ -7,3 +7,4 @@ from permissions.models import PermissionNamespace, Permission
|
||||
namespace = PermissionNamespace('job_processor', _(u'Job processor'))
|
||||
PERMISSION_JOB_QUEUE_VIEW = Permission.objects.register(namespace, 'job_queue_view', _(u'View the job queues in a Mayan cluster'))
|
||||
PERMISSION_JOB_PROCESSING_CONFIGURATION = Permission.objects.register(namespace, 'job_processing_edit', _(u'Edit the the job processing configuration in a Mayan cluster'))
|
||||
PERMISSION_JOB_QUEUE_START_STOP = Permission.objects.register(namespace, 'job_queue_start_stop', _(u'Can start and stop a job queue in a Mayan cluster'))
|
||||
|
||||
Reference in New Issue
Block a user