Skip to content

Commit

Permalink
Updated time range
Browse files Browse the repository at this point in the history
Signed-off-by: Chandrakala Subramanyam <[email protected]>
  • Loading branch information
chandrams committed Dec 9, 2024
1 parent 3fe0645 commit 76feaf4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"datasource": "thanos",
"time_range": {
"start": "2024-09-01T00:00:00.000Z",
"end": "2024-09-11T00:00:00.000Z"
"start": "2024-11-01T00:00:00.000Z",
"end": "2024-11-28T00:00:00.000Z"
}
}

Original file line number Diff line number Diff line change
Expand Up @@ -355,8 +355,8 @@ def parallel_requests_with_time_range(max_workers, resultsdir, initial_end_time,
sys.exit(1)

start_time = time.time()
#responses = parallel_requests_to_bulk(max_workers, results_dir)
responses = parallel_requests_with_time_range(max_workers, results_dir, initial_end_date, interval_hours, days_of_res)
responses = parallel_requests_to_bulk(max_workers, results_dir)
#responses = parallel_requests_with_time_range(max_workers, results_dir, initial_end_date, interval_hours, days_of_res)

# Print the results
for i, response in enumerate(responses):
Expand Down

0 comments on commit 76feaf4

Please sign in to comment.