Skip to content

Commit

Permalink
Merge pull request #112 from kbase/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
jkbaumohl authored Apr 19, 2023
2 parents 4a3a0b4 + 55189a7 commit 2cab47f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/monthly_cron_jobs/get_downloaders_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def pull_downloading_jobs(downloaders_set, problem_refs_lookup):
end = int(datetime(year_to_do, 12, 31, 23, 59).timestamp()) * 1000

yearly_start_time = time.time()
print("Yearly Quarter to do start: " + str(year_to_do) + "_" + str(part_of_year) + " :: " + str(yearly_start_time))
print("Year_Month to do start: " + str(year_to_do) + "_" + str(part_of_year) + " :: " + str(yearly_start_time))

params = {"start_time": begin, "end_time": end, "ascending": 0, "limit": 1000000000}
stats = ee2.check_jobs_date_range_for_all(params=params)
Expand Down
2 changes: 1 addition & 1 deletion source/monthly_cron_jobs/methods_upload_doi_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#max_list_length = 0

# GLOBAL VARS TO CHANGE IF RUNNING IN TEST MODE (GET AD HOC RECORDS) or IN PRODUCTION MODE
in_test_mode = 0
in_test_mode = 1

def build_copy_lookup(db):
#Build source to copy lookup
Expand Down

0 comments on commit 2cab47f

Please sign in to comment.