On Fri, Jun 4, 2010 at 9:29 PM, NK <[email protected]> wrote:

> I believe so.  I'm new to linux so it's entirely possible I fat-
> fingered something at some point or made some other critical error.
> This is how I've been restarting poller/git-daemon:
> RAILS_ENV=production script/poller stop
> RAILS_ENV=production script/poller start
> RAILS_ENV=production script/git-daemon stop
> RAILS_ENV=production script/git-daemon start
>

Are you running with ActiveMQ as your message queue? ActiveMQ includes an
admin server, which lets you see how many messages are in each queue. If you
launch http://<host>:8161/admin.jsp in your browser you should see how many
messages are in the queue, waiting to be processed. Whenever you create a
repository, a new message should appear in the RepositoryCreation queue.

Also have a look in log/message_processing.log which logs anything the
poller does.

Cheers,
- Marius

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

Reply via email to