Skip to content

Commit

Permalink
Merge branch 'dev' into rc/morpho-blue-renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
robercano committed May 27, 2024
2 parents d282634 + b3c3877 commit c39aead
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stacks/rays.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export function addRaysConfig({ stack, api, vpc, app }: SummerStackContext) {
const updateRaysCronFunctionProps: FunctionProps = {
handler: 'background-jobs/update-rays-cron-function/src/index.handler',
runtime: 'nodejs20.x',
timeout: '300 seconds',
environment: {
POWERTOOLS_LOG_LEVEL: process.env.POWERTOOLS_LOG_LEVEL || 'INFO',
RAYS_DB_CONNECTION_STRING: RAYS_DB_WRITE_CONNECTION_STRING,
Expand Down

0 comments on commit c39aead

Please sign in to comment.