I'm re-syncing a Laravel model (via Laravel Scout ...
# community-help
b
I'm re-syncing a Laravel model (via Laravel Scout using the Typesense Driver) and I'm seeing 500's handed out by Typesense while this is occurring. It takes like 20 or 30 minutes, all the while handing out 500s. Any way around this? Perhaps queueing the indexing?
j
f
Are you getting 500s or 503s though?
b
Looks like primary 500s IIRC.
j
Hmmm I don't think we return 500s from the Typesense HTTP API... Do you have another service like nginx or a CDN in front of Typesense?