Skip to content

Commit

Permalink
add create-ceramic-app
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 committed Dec 1, 2023
1 parent 8736447 commit d4c1141
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion get-clones/clones-lambda.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def handler():
)
cursor = conn.cursor()

repos = ['ComposeDbExampleApp','lit-composedb','ceramic-eas','ceramic-ai','verifiable-credentials']
repos = ['ComposeDbExampleApp','lit-composedb','ceramic-eas','ceramic-ai','verifiable-credentials', 'create-ceramic-app']
for repo in repos:

response = requests.get(
Expand Down
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 = "2023-11-08 13:00:00"
end_date_str = "2023-11-15 15:00:00"
start_date_str = "2023-11-15 15:00:00"
end_date_str = "2023-11-22 04: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 d4c1141

Please sign in to comment.