Skip to content

Commit

Permalink
Document how to get queue job status on vagrant.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Aug 25, 2016
1 parent 3dfbc78 commit 0f85019
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion bin/queue.pl
Expand Up @@ -9,10 +9,17 @@ =head2 DESCRIPTION
carton exec -- morbo bin/queue.pl
Get status on jobs and workers:
Get status on jobs and workers.
On production:
sh /home/metacpan/bin/metacpan-api-carton-exec bin/queue.pl minion job -s
On vagrant:
cd /home/vagrant/metacpan-api
./bin/run bin/queue.pl minion job -s
=cut

# for morbo
Expand Down

0 comments on commit 0f85019

Please sign in to comment.