Does the balance restatement program need to be run through a single threaded job queue?
Does the balance restatement program (P11414) need to be run through a single threaded job queue?
The general rule is that any program that updates data should be run either through a single threaded job queue, or run when nothing else is being run, including backup.
0