PowerLoom / snapshotter-lite-v2

Snapshotter Lite: New Protocol
Apache License 2.0
3 stars 1 forks source link

Hotfix: saner wait time for local collector bootstrap and retry mechanisms #42

Closed anomit closed 3 weeks ago

anomit commented 3 weeks ago

This is a hotfix.

It increases the initialization wait time for the SystemEventDetector in the snapshotter/system_event_detector.py file from 20 seconds to 60 seconds. This change allows for sufficient time for the local collector to initialize and bootstrap before proceeding with the initialization process.

Checklist

Current behaviour

Read above description.

New expected behaviour

Read above description.

Change logs

Changed

Deployment Instructions