Skip to content

Commit

Permalink
Fix a bug where it took 10 minutes to sync operator's configuration w…
Browse files Browse the repository at this point in the history
…ith the cloud (#470)
  • Loading branch information
omris94 authored Aug 6, 2024
1 parent 077c212 commit 2f2d8f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/shared/operator_cloud_client/status_report.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func runPeriodicReportConnection(statusInterval int, configReportInterval int, c

logrus.Info("Starting cloud connection ticker")
reportStatus(ctx, client)
uploadConfiguration(ctx, client)

for {
select {
Expand Down

0 comments on commit 2f2d8f4

Please sign in to comment.