0

After a new Maniphest task has been created, chances are that you may need to change the task title to a new one with different keywords. However, upon editing the title, the task cannot be found by its new keywords but only by the old ones.

After manually reindexing the database the edited tasks can be found again but further changes in title will fail again until a new reindexation is issued.

I suppose the normal behavior is that tasks should be found anytime searching by their title without reindexing the database. Should I expect a different behavior from Maniphest?

Phabricator Version: phabricator cb033673b6eb3dc8330d2ddea0fd358eae3b939a (Nov 16 2018)

4

1 回答 1

1

通常的罪魁祸首是您的 phabricator 守护进程(后台工作人员)没有运行。

从 phabricator 目录:

# Check the status of daemons:
./bin/phd status

# (re)start the daemons:
./bin/phd restart

请参阅使用 PHD 管理守护程序。您还可以尝试查看应该可以在https://your.phabricator.url/daemon/访问的守护程序控制台,这将显示作业队列,以便您可以查看作业是否由于某种原因而失败。

于 2019-07-31T14:10:15.260 回答