Deploying Typesense on Heroku Troubleshooting
TLDR VIVEK encountered an error while deploying Typesense on Heroku. Jason advised that Typesense might not be suitable for Heroku, and suggested increasing node capacity to solve the specific error.
1
Jul 20, 2022 (15 months ago)
VIVEK
03:23 PMVIVEK
03:24 PMJason
04:19 PMAlthough, does Heroku give you access to persistent disk and also do they let containers run without interruption? If no, then Typesense will not be suitable, because it needs both of these given that it’s an in-memory datastore, with a backup on disk.
Jason
04:20 PMVIVEK
04:32 PMVIVEK
04:32 PM1
Typesense
Indexed 2779 threads (79% resolved)
Similar Threads
Deploying Typesense on Google Cloud Run
Nicolas attempted to deploy Typesense on Google Cloud Run but encountered problems. CaptainCodeman advised that Cloud Run is unsuitable for Typesense and suggested using a container optimized VM.
Discussion on Deploying Typesense on Render.com
Matthias shared their deployment template for Typesense on Render.com which led to a discussion with Jason about docker volumes and memory allocation. Janaka made a point on private deployment.
Troubleshooting Typesense Document Import Error
Christopher had trouble importing 2.1M documents into Typesense due to memory errors. Jason clarified the system requirements, explaining the correlation between RAM and dataset size, and ways to tackle the issue. They both also discussed database-like query options.