biigle / laserpoints

:m: BIIGLE module to perform a heuristic laser point detection on images
GNU General Public License v3.0
0 stars 0 forks source link

Make queued jobs independent from shared temporary directory #17

Closed mzur closed 6 years ago

mzur commented 6 years ago

As we might be moving to a Docker setup with multiple containers for the workers they no longer share a temporary directory. Change the implementation to use the Laravel cache for the "index file" and a configurable directory in storage/ (e.g. storage/framework/cache/) for the "gather file".