aboutsummaryrefslogtreecommitdiff
path: root/pkg/worker/exif_scanner.go
AgeCommit message (Collapse)Author
2023-06-23fix: Wrap media scan into a go routineGabriel Arakaki Giovanini
For some unknown reason `ReadExif` hangs when the context is canceled through signal handling. Perhaps perl-exif tooling is closing on `SIGNINT`.
2023-06-23feat: Remove unecessary param from repoGabriel Arakaki Giovanini
2023-06-18feat: Inicial commitGabriel Arakaki Giovanini
It contains rough template for the server and runners. It contains rough template for the server and runners.