Skip to content

query_datasource_plus_xyz runs forever sometimes #11291

Answered by ConorWebb96
R2bEEaton asked this question in Help
Discussion options

You must be logged in to vote

Hey @R2bEEaton,

Firstly, thank you very much for your exports. They were very helpful!

I got one of the engineers to have a look at this. The reason it was constantly loading/refreshing was due to the {{ now }} binding (Its not a static date, thus constantly changing/causes the queries to constantly reload). It caused the datasources to become constantly invalidated and thus kept triggering the refreshes to try and fix it. The fix here is to input a static date, you could use {{ now }} to output the current date/time to state then pass that in as the bindable value.

I hope this explanation helps and makes sense.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@R2bEEaton
Comment options

@ConorWebb96
Comment options

@R2bEEaton
Comment options

@ConorWebb96
Comment options

Answer selected by R2bEEaton
@R2bEEaton
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
externaldb Relating to datasource plus
2 participants