Page MenuHomePhabricator

Perform search indexing in the worker queue and respect `bin/search index --background`
ClosedPublic

Authored by epriestley on Jan 14 2014, 8:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Sep 10, 3:44 AM
Unknown Object (File)
Wed, Sep 4, 10:08 PM
Unknown Object (File)
Mon, Sep 2, 8:25 AM
Unknown Object (File)
Sun, Sep 1, 4:00 AM
Unknown Object (File)
Fri, Aug 30, 7:07 PM
Unknown Object (File)
Tue, Aug 27, 11:50 AM
Unknown Object (File)
Aug 18 2024, 2:09 AM
Unknown Object (File)
Aug 17 2024, 8:55 PM
Subscribers

Details

Reviewers
btrahan
Maniphest Tasks
Restricted Maniphest Task
Restricted Maniphest Task
Commits
Restricted Diffusion Commit
rPa716fe99f3b2: Perform search indexing in the worker queue and respect `bin/search index…
Summary

Fixes T3857. Earlier work made this trivial and just left product questions, which I've answered by requiring the daemons to run on reasonable installs.

Test Plan

Ran bin/search index and bin/search index --background. Observed indexes write in the former case and tasks queue in the latter case. Commented with a unique string on a revision and searched for it a moment later, got exactly one result (that revision), verifying that reindexing works correctly.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan added inline comments.
src/applications/search/management/PhabricatorSearchManagementIndexWorkflow.php
32

the it sentence is hard to read

epriestley updated this revision to Unknown Object (????).Jan 14 2014, 9:22 PM
  • Make it the it easier to read it.