stellar / supercluster

Stellar-core integration test automation tool
Other
9 stars 16 forks source link

Re-enable tail logging for pubnet simulation missions #151

Open sisuresh opened 8 months ago

sisuresh commented 8 months ago

Tail logging was disabled for a couple missions in https://github.com/stellar/supercluster/pull/150 due to https://github.com/stellar/supercluster/issues/147. This is a temporary solution while we figure out why tail logging is an issue here.

sisuresh commented 8 months ago

From @xiv - we should have some retry logic when calling the k8s API for heartBeatHandler with a exponential backoff for 6 seconds max - https://github.com/stellar/supercluster/blob/36c4d43138b7da9c0148a3bcaec7c8c24b4bb963/src/App/Program.fs#L477