Do not index Sphinx at every deploy
Open
- Dominant language
- Jinja
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Since introduced in https://github.com/coopdevs/donalo/pull/70/, we generate Sphinx's config and index at every deploy. This not only might not be needed and thus, slow down the deployment, but it may also add extra load on the DB.
AFAIK, reindexing may rarely be needed as Sharetribe uses delta indexing through Delayed Job. It may only be needed in case of a DB schema change.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.