First of all, thanks for this awesome module!
I'm working on a project that requires me to use Drupal's Queue API to solve some issues. Because of this I'm using the Queue UI module to make use of it's Batch Operation feature. In order to the site administrators must be able to run the queues manually if needed I faced some limitations on the module in it's current release.
The problem is that we have to be the permissions of the admin page more granular in order to prevent the site admins to manage all registered queues. Another thing is we must have to be able to run the batch ops throught drush for some of the queues.
To solve this problem I started an improved version of the D7 branch of this module as a sandbox Queue UI Improved and I would like to know if it could be merged into the Queue UI module maybe in a new release or as a major upgrade.
The main additions at this time where the drush command to run batch one or more operations via shell, start of implementing the new permissions and also admin form improvements and fixing coding standard isssues.
I also added the patch at #700836 but I didn't tested it properly.
With this implementation we will have the possibility to set a permission for every registered queue so the site admin could choose who is able to manage each queue in the system.
Closed: outdated
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.