Delay after commit before Redmine comments ticket
Posted
by Paul
on Server Fault
See other posts from Server Fault
or by Paul
Published on 2010-01-30T16:33:57Z
Indexed on
2010/04/15
10:03 UTC
Read the original article
Hit count: 408
I was used to having a post-commit hook trigger processing of the commit message by Trac (SVN repository). The comment (or action) was added immediately.
Now I switched to Mercurial as a VCS and Redmine as a ticketing system. Redmine does recognize information in changeset/commit messages like "refs #185" - but it takes several minutes to appear in the ticket.
Any ideas why this is? Is the routine to grab the changesets called periodically somehow?
© Server Fault or respective owner