Skip to content

Commit

Permalink
fix: move billing cron again
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Jan 29, 2024
1 parent bfd28a5 commit 46b4a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacks/billing-stack.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export function BillingStack ({ stack, app }) {
// Cron job to kick off a billing run
const billingCron = new Cron(stack, 'billing-cron', {
job: billingCronHandler,
schedule: 'cron(0 0 30 * ? *)' // https://crontab.guru/#0_0_1_*_*
schedule: 'cron(0 0 28 * ? *)' // https://crontab.guru/#0_0_1_*_*
})

const { ucanStream } = use(UcanInvocationStack)
Expand Down

0 comments on commit 46b4a29

Please sign in to comment.