Thanks a lot Richard for the reply. So which one(s) of these?
UNICORN_WORKERS
UNICORN_SIDEKIQS
DISCOURSE_SIDEKIQ_WORKERS
Interesting, haven’t seen this recommendation before. Does that reduce fragmentation or something?
Yeah, I was initially going to try to fix some [QUOTE]
problems and Textile → Markdown conversion with regexp_replace()
in the Postgres console and then rebake all posts, because the rake posts:remap
commands were just too slow. But then I discovered that the regexp flavor that Postgres uses is not PCRE compatible, and there are just too many unexpected anomalies to rely on it. So I’m going to try to run the posts through Pandoc during the import process, which should allow me to get the imported site up and running in a presentable state and then fix smaller stuff like emoji keywords with rake posts:remap
.