Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Jan 23, 2024
1 parent 473a9ab commit 2835dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ Either you'll regularly run `./manage.py postgres_searchindex_update`, or you'll
implement a realtime or near realtime solution, with signals, throug the
`POSTGRES_SEARCHINDEX_SIGNAL_PROCESSOR` setting.

There are ~~two~~ currently one builtin processors:
There are ~~two~~ currently ~~one~~ none (not yet) builtin processors:
- `postgres_searchindex.signal_processors.RealtimeSyncedSignalProcessor`
- To be done! `postgres_searchindex.signal_processors.RealtimeCelerySignalProcessor`
- `postgres_searchindex.signal_processors.RealtimeCelerySignalProcessor`

The async signal processor will require you to have celery configured.

Expand Down

0 comments on commit 2835dc0

Please sign in to comment.