influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
28.34k stars 3.52k forks source link

dashboard auto refresh always stops after 1 hour #22899

Open flippair opened 2 years ago

flippair commented 2 years ago

Steps to reproduce:

  1. enable auto refresh
  2. until: indefinite
  3. inactivity timeout: never
  4. refresh interval: 10s

Expected behavior: auto refresh shouldn't stop after 1 hour.

Actual behavior: auto refresh stops after 1 hour.

Environment info:

williamhbaker commented 2 years ago

Did you set the inactivity timeout to "Never"? There's an option for that at the top of the dropdown:

image
flippair commented 2 years ago

Yes, I set it to "never".

On Tue, Dec 28, 2021, 18:22 William Baker @.***> wrote:

Did you set the inactivity timeout to "Never"? There's an option for that at the top of the dropdown:

[image: image] https://user-images.githubusercontent.com/55118525/147591212-ede6cb4a-a3f3-4d60-961a-bdb6dde3ca79.png

— Reply to this email directly, view it on GitHub https://github.com/influxdata/influxdb/issues/22899#issuecomment-1002206731, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOVURJTP4RKJWGI6LJV2J7DUTHW45ANCNFSM5IKQSFSQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

chaseadam commented 2 years ago

I can confirm regardless of settings in the UI, the localdb stores a "custom" duration set to one hour from the time of setting adjustment

Example: image

should be: image

Aside: I was looking for "never" in the timeout, but didn't see that option. I assume that will set the corresponding value in the above localstorage to false. Also, setting the timeout to >24 days also does not work (immediately trips the timeout?)

darinfisher commented 2 years ago

Still an issue with 2.3.0 (https://github.com/influxdata/influxdb/issues/23133)

chaseadam commented 1 year ago

still an issue with 2.6.1. Though I found the infinite options image

though it does not set the values I would expect in LocalStorage image

jinwk00 commented 1 week ago

Still an issue with 2.7.6, disables itself after an hour