Closed (works as designed)
Project:
Drush Queue
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Dec 2011 at 22:36 UTC
Updated:
15 Dec 2011 at 01:30 UTC
I need to be able to to run queues in a situation where I cannot modify my home directory and I need to run these queues from the server by this user via crontab. By adding a .module file you can enable this as a module and then run your queues. The drush_queue.module can be empty- it seems like it just needs to exist.
Comments
Comment #1
msonnabaum commentedSo you can't install in either /usr/share/drush/commands or ~/.drush?
I specifically didn't add a .module, because that makes drush download the project as a module as opposed to globally. I'd rather not break that for everyone else.
I'm open to other ideas to make this easier, I'm just not sure what the best course would be.
Comment #2
becw commentedThe current use case for this is with Acquia hosting--we can't write to our user directory, and the queue-* commands aren't working remotely (drush 4.5 with aliases), so the only way we can use drush_queue there is to have it installed on the site as a module.
Comment #3
msonnabaum commentedI've started this issue in the drush queue to allow loading command files from the project root to get around this issue:
http://drupal.org/node/1370956
If that gets it I will most likely backport it to drush4 as well.
In the meantime, just add a .module in your repo and enable it. SHould work then.