From: Steven Baltakatei Sandoval Date: Tue, 7 Jul 2020 11:37:53 +0000 (+0000) Subject: feat(bkgpslog):Add PID control loop for buffer start sched X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/commitdiff_plain/0a9a21a4ed98587d19785e04859bb80ae34fddc2?hp=0a9a21a4ed98587d19785e04859bb80ae34fddc2 feat(bkgpslog):Add PID control loop for buffer start sched Add PID loop to adjust time delay between when buffer read-write jobs are spun off in main while loop. The adjustments are made in order to keep startup times of write jobs BUFFER_TTL seconds apart. This PID loop calculation dynamically accounts for any future synchronous calculations that may be added in the main while loop (including itself). ---