feat(bkgpslog):Add PID control loop for buffer start sched
authorSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 7 Jul 2020 11:37:53 +0000 (11:37 +0000)
committerSteven Baltakatei Sandoval <baltakatei@gmail.com>
Tue, 7 Jul 2020 11:37:53 +0000 (11:37 +0000)
commit0a9a21a4ed98587d19785e04859bb80ae34fddc2
treee0e57789da8be75b59289bf25280539744dc86ee
parent4ae1c4d5a3539c8b849b435f575dca858ead722e
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).
exec/bkgpslog