Logging and queing #21

Merged
niat8586 merged 10 commits from develop into main 2025-02-09 15:57:45 +01:00

10 Commits

Author SHA1 Message Date
b56109eb4d Merge pull request 'Ensure that jobs are enqueued after application restart.' (#20) from ensure-requeuing-jobs-on-restart into develop
Reviewed-on: #20
2025-02-09 15:50:33 +01:00
af439dda32 Ensure that jobs are enqueued after application restart.
Jobs that are in state of PROCESSING or PENDING will be enqueued after
application restart so users that have had an uploaded file in PROCESSING or PENDING do not
need to manually re-upload the files again.
2025-02-09 15:45:04 +01:00
9f186c8406 Merge pull request 'Do not log transcribed text from whisper' (#19) from turn-off-verbose-mode into develop
Reviewed-on: #19
2025-02-07 11:37:27 +01:00
5eeca0dcd0 Do not log transcribed text from whisper
Turning off the verbose mode when calling whisper process.
This should fix issue #17
2025-02-07 11:33:12 +01:00
f6dfed08ee Merge pull request 'Will not use matomo' (#18) from matomo-web-analytics into develop
Reviewed-on: #18
2025-02-07 11:23:23 +01:00
c14c38bf3f Will not use matomo
Decided to not use matomo for analytics.
The application is a single page.
Any statistics we want we can parse from the logs.

An issue #16 has been added to make the logs more parse friendly.
2025-02-07 11:18:43 +01:00
5bd8350fb6 Merge pull request 'Changes in the matomo script' (#15) from matomo-web-analytics into develop
Reviewed-on: #15
2025-02-07 10:05:35 +01:00
4b9ea7b148 Changes in the matomo script 2025-02-07 10:01:15 +01:00
fc166e7e43 Merge pull request 'Testing matomo webanalytics' (#14) from matomo-web-analytics into develop
Reviewed-on: #14
2025-02-07 09:54:51 +01:00
32e75b17c0 Testing matomo webanalytics
Adding some web-analytics for statistics purposes
2025-02-07 09:50:36 +01:00