Skip to content

Commit

Permalink
backfill, readme change to trigger data pipes to logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Aug 26, 2024
1 parent 001984b commit c034543
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
pipelines for pushing metrics and other meta data

logs-to-tsdb : pulls from cas api logs

## Deployment

Automatic deployment to ecr on merge to main
4 changes: 2 additions & 2 deletions logs-to-tsdb/backfill/get-all-days.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ def get_query_results(query_id, filename):
def main():
log_group = "/ecs/ceramic-prod-cas"

start_date_str = "2024-07-01 23:59:00"
end_date_str = "2024-07-15 20:00:00"
start_date_str = "2024-08-14 18:00:00"
end_date_str = "2024-08-26 08:00:00"
start_date = datetime.strptime(start_date_str, "%Y-%m-%d %H:%M:%S").replace(tzinfo=timezone.utc)
end_date = datetime.strptime(end_date_str, "%Y-%m-%d %H:%M:%S").replace(tzinfo=timezone.utc)

Expand Down

0 comments on commit c034543

Please sign in to comment.