Synchronous older data update
Now older data updating will be executed sequentially
by follwing below steps for each olders.
- Wait 2 secs.
- Get row data in queue regarding older1.
- Dequeue all data and request prediction if queue length exceeds 50. (else return 1.)
- Update older1's data
- Loop each other older 2.~4. and go 1.
This branch also update variable length data request for action prediction