From d115c265cb5c5b2f7e274ecd870b7d1da1c8b4a4 Mon Sep 17 00:00:00 2001 From: Beau Simensen Date: Fri, 10 Feb 2012 07:36:36 -0800 Subject: [PATCH 1/2] Not sure I have the timing right, but figured this is a good place to start. --- doc/faqs/packagist-update-schedule.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 doc/faqs/packagist-update-schedule.md diff --git a/doc/faqs/packagist-update-schedule.md b/doc/faqs/packagist-update-schedule.md new file mode 100644 index 000000000..af476decc --- /dev/null +++ b/doc/faqs/packagist-update-schedule.md @@ -0,0 +1,24 @@ +# Packagist Update Schedule + +## How often does Packagist crawl newly added packages? + +New packages will be crawled **every five minutes**. + + +## How often does Packagist crawl existing packages? + +Existing packages will be crawled **every hour**. + + +## How often does the Packagist search index update? + +The search index is rebuilt **every hour**. It will index (or reindex) +any package that has been crawled since the last time the search +indexer ran. + + +## Can Packagist be triggered to recrawl a package (on commit or by other means)? + +Not yet. :) Want to help? See +[#81](https://github.com/composer/packagist/issues/81) +and [#67](https://github.com/composer/packagist/issues/67) \ No newline at end of file From bf0f0cf73eb8ee07bb44e0e15e6de9264133f863 Mon Sep 17 00:00:00 2001 From: Beau Simensen Date: Sun, 12 Feb 2012 15:24:18 -0600 Subject: [PATCH 2/2] Updated to reference @Seldaek notes and refer to GitHub Post-Receive URL PR. --- doc/faqs/packagist-update-schedule.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/faqs/packagist-update-schedule.md b/doc/faqs/packagist-update-schedule.md index af476decc..865e48a44 100644 --- a/doc/faqs/packagist-update-schedule.md +++ b/doc/faqs/packagist-update-schedule.md @@ -2,7 +2,7 @@ ## How often does Packagist crawl newly added packages? -New packages will be crawled **every five minutes**. +New packages will be crawled **within ten minutes**. ## How often does Packagist crawl existing packages? @@ -12,13 +12,11 @@ Existing packages will be crawled **every hour**. ## How often does the Packagist search index update? -The search index is rebuilt **every hour**. It will index (or reindex) +The search index is updated **every five minutes**. It will index (or reindex) any package that has been crawled since the last time the search indexer ran. ## Can Packagist be triggered to recrawl a package (on commit or by other means)? -Not yet. :) Want to help? See -[#81](https://github.com/composer/packagist/issues/81) -and [#67](https://github.com/composer/packagist/issues/67) \ No newline at end of file +Not yet. :) See [#84](https://github.com/composer/packagist/issues/84). \ No newline at end of file