Refactor publishCacheEvents for concurrent publishing and optimize database access.

- Updated `publishCacheEvents` to utilize multiple concurrent connections for event publishing.
- Introduced worker-based architecture leveraging `runtime.NumCPU` for parallel uploads.
- Optimized database fetch logic in `FetchEventsBySerials` for improved maintainability and performance.
- Bumped version to `v0.4.8`.
This commit is contained in:
2025-09-20 04:10:59 +01:00
parent 58a9e83038
commit 81a40c04e5
3 changed files with 131 additions and 75 deletions

View File

@@ -1 +1 @@
v0.4.7
v0.4.8