Merged in feature/doc_import (pull request #177)

integration of background processor

* integration part 1

* feature working

* fix mimetype issue
This commit is contained in:
Jay Brown
2025-08-20 19:01:13 +00:00
parent 7a693d42f5
commit 720a84be92
34 changed files with 2682 additions and 193 deletions
+3 -1
View File
@@ -44,7 +44,9 @@ func New(ctx context.Context, cfg Config) (func() error, error) {
closeTracer := cfg.SetOtel(ctx)
version := build.GetVersion()
cfg.GetLogger().Info("Starting", "version", version)
if cfg.GetLogger() != nil {
cfg.GetLogger().Info("Starting", "version", version)
}
err := database.RunMigrations(ctx, cfg)
if err != nil {