AppFlowy-IO / AppFlowy-Cloud

AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.
GNU Affero General Public License v3.0
524 stars 145 forks source link

fix: do not throw errors if indexer found document before workspace was created #650

Closed Horusiath closed 1 week ago

Horusiath commented 1 week ago

Since both appflowy-indexer and Postgres are saturated by the Redis stream, we may run into a race situation when after creating new object/workspace, we'll create a document handler faster than Postgres workspace write.