* chore: move collab cache for appflowy collaborate service and add metrics * chore: add histogram for measuring time spent in postgres transactions * chore: delete blobs in chunks * chore: bring back redis cache filling by import worker * chore: cargo fmt * chore: make import workspace update existing collabs * chore: bulk insert collab deduplicate records |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| Dockerfile | ||
| README.md | ||
| deploy.env | ||
README.md
Build docker image for appflowy worker manually
docker buildx build -f ./services/appflowy-worker/Dockerfile --platform linux/amd64 -t appflowyinc/appflowy_worker --push .