Bacarus
08/03/2021, 2:55 PMinterval: 10
What I would like to achieve:
• A first query to store initial results for the new scheduled query (some rows with action: "added"
)
• if the query detects some changes every 10 seconds (the field counter
is increased each time a query is executed in this epoch)
• After 600 seconds (10 minutes) the epoch changes, counter is reseted to 0 and a new “first” query to store initial results (the rows with action: "added"
mentioned before) is executedseph
Bacarus
08/04/2021, 7:49 AM