NextDroid / potree

WebGL point cloud viewer for large datasets
http://potree.org
Other
1 stars 0 forks source link

AWS Lambda: UpdateLanes Cache Fix #204

Closed nmhaddadND closed 3 years ago

nmhaddadND commented 4 years ago

We need to update lanes.fb to the most recent file on S3 whenever we switch over to truth lanes from annotation mode. What's happening now does not display the most updated lanes all the time and is a bug.

nmhaddadND commented 4 years ago

@jterranovaND

nmhaddadND commented 4 years ago

@jterranovaND look into how long it takes for S3 to update all file locations

jterranovaND commented 4 years ago

@nmhaddadND , is the write in question coming from the call to write_buffer_to_s3(s3, bucket, name, builder) ?

nmhaddadND commented 4 years ago

@jterranovaND yes, it writes from the Lambda function.

jterranovaND commented 3 years ago

UpdateLanes is working end-to-end. It is still slow but it does complete in about 2 mins for larger datasets.