Awesome, thanks for the quick fix. Can you tell me how to make it re-parse commits that are stuck?
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Oct 17 2014
Oct 17 2014
No errors in log there either, running ./bin/repository importing ZU --trace just gives the query:
>>> [2] <connect> phabricator_repository <<< [2] <connect> 1,219 us >>> [3] <query> SELECT * FROM `repository` r WHERE (r.callsign IN ('ZU')) ORDER BY r.id DESC <<< [3] <query> 385 us >>> [4] <query> SELECT repositoryID, commitIdentifier, importStatus FROM `repository_commit` WHERE repositoryID IN (333) AND (importStatus & 15) != 15 <<< [4] <query> 2,382 us rZU68059b3473d53c28e4ddffb3cd0bac79ed719fbb Herald rZU011a6af20dac1cae5efc9ab191645248f315e85e Herald
Oct 16 2014
Oct 16 2014
Looks like any new commit. Adapted your script from here https://secure.phabricator.com/book/phabricator/article/installation_guide/#updating-phabricator to work on our system. We use systemd to manage stopping and starting daemons is the only difference.
The Herald rule appears to have completed fine as well.