Skip to content

Commit

Permalink
more ram; remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Mar 19, 2024
1 parent adaa5ca commit 6a20243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion projects/scrape-txs/deploy/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provider:
functions:
cronHandler:
image: ${env:ECR_REPO_URL}:${env:IMAGE_TAG}
memorySize: 512
memorySize: 1024
timeout: 300 # 5 minutes
environment:
DATABASE_URL: ${env:DATABASE_URL}
Expand Down
2 changes: 0 additions & 2 deletions projects/scrape-txs/src/lib/db/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import { Kysely, PostgresDialect, type InsertObject } from 'kysely';
import pg from 'pg';
import type { DB } from './codegen';

console.log('pg', pg);

export type { DB, InsertObject };

export const db = new Kysely<DB>({
Expand Down

0 comments on commit 6a20243

Please sign in to comment.