sql_exporter icon indicating copy to clipboard operation
sql_exporter copied to clipboard

Add synchronous jobs

Open mbanck-cd opened this issue 1 year ago • 2 comments

We needed a possibility to execute some jobs / queries synchronously every time /metrics is requested. So I added the infrastructure to execute jobs with an interval <= 0 synchronously when the http-handler is called.

interval: '0s' # an interval <= 0 will make the queries synchronous

This is a rebase and re-submission from #10 which erroneously got marked as merged a while ago.

mbanck-cd avatar Jul 17 '24 13:07 mbanck-cd

Did somebody take a look at this?

mbanck-cd avatar Feb 14 '25 09:02 mbanck-cd

Hey @mbanck-ntap, I don't really have time to test it, but it looks good to me and as everything is limited to the 0 case it shouldn't cause any issues for people not using it. Could you rebase on master then I could merge it and create a release.

Thanks!

dewey avatar Feb 14 '25 12:02 dewey