feat(go): enrich snapshots asynchronously
This commit is contained in:
parent
1ab4add205
commit
eff31b3a82
7 changed files with 270 additions and 14 deletions
|
|
@ -246,6 +246,8 @@ func run() error {
|
|||
); err != nil {
|
||||
return err
|
||||
}
|
||||
snapshotStore.EnableSlowEnrichment()
|
||||
defer snapshotStore.Close()
|
||||
}
|
||||
notifier := sdnotify.FromEnvironment()
|
||||
if err := notifier.Notify("READY=1\nSTATUS=initialization complete; poll loop ready"); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue