Hi!
When sorting pages on larger sites using unicorn, after 31 anything seconds the request times out with
502 Proxy Error
I know that unicorn kills requests that takes longer than 30 seconds to finish.
And of course I could set the threshold to a higher value but I think in this case we should think about the way page sorting is handled in general.
Any ideas on this?
Putting it in a background process? Only send vectors instead of the whole position dump?
Best
Marc