aboutsummaryrefslogtreecommitdiff
path: root/pkg/worker/list_processor.go
AgeCommit message (Collapse)Author
2023-12-01fix: Rollback to exp slog repositoryHEADmasterGabriel Arakaki Giovanini
This is done until go1.21 hits alpine repository.
2023-10-24feat: Migrate from logrus to slogGabriel Arakaki Giovanini
2023-08-19feat: Add task loopGabriel Arakaki Giovanini
Now the tasks will loop every given time. With this it will be able to pick up new photos after the application was started. I added 2h for file because my personal photo gallery is quite big and quite IO bottled necked so it tasks a lot of time to go through.
2023-08-06feat: Add album scannerGabriel Arakaki Giovanini
2023-07-03fix: Fix content typeGabriel Arakaki Giovanini
Content type was always being set to `text/html`. Also swap lib for processing thumbnail for something that accepts HEIC.
2023-06-26feat: Add scheduler to chan processorGabriel Arakaki Giovanini
2023-06-24ref: Rename list to batch processorGabriel Arakaki Giovanini
2023-06-24feat: Add log to list list processorGabriel Arakaki Giovanini
2023-06-24feat: Add scheduler againGabriel Arakaki Giovanini
Since I have fixed the issue with the `SIGTINT` hanging the application I can readd the scheduler once more. Also move the param for amount of scheduler work.
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.