diff options
| author | Ben Busby <contact@benbusby.com> | 2025-01-29 12:39:10 -0700 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2025-01-29 12:39:10 -0700 |
| commit | 6682d5c59a99f1c34d4905e859a9a77fa7c25f77 (patch) | |
| tree | e9ebb3fdbc22e601bbdb08442417e59cb6bf9c87 /db | |
| parent | f140cdfd6680c661afc510ece4eda28647238e88 (diff) | |
| download | farside-6682d5c59a99f1c34d4905e859a9a77fa7c25f77.tar.gz | |
Update "last updated" time when fetching from primary node
Fetches from the primary farside node were not updating the "last
updated" time, and would only show a placeholder UTC timestamp.
Diffstat (limited to 'db')
| -rw-r--r-- | db/cron.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -53,6 +53,7 @@ func queryServiceInstances() { SetInstances(service.Type, service.Instances) } + LastUpdate = time.Now().UTC() return } |
