Skip to content

Enqueue a job for each reply

Alain St-Denis requested to merge process-replies-split into master

To avoid long running process_replies jobs on large threads, split the processing by enqueueing a job for each reply instead of processing them all from a single job.

Merge request reports