Skip to content

Commit e393d56

Browse files
author
Shoaib Sharif
authored
Merge pull request #48 from techdiary-dev/shoaibsharif/delete-scheduled-articles
Shoaibsharif/delete scheduled articles
2 parents 947d431 + 61ab2a3 commit e393d56

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pnpm-lock.yaml
1010
bun.lockb
1111
bun.lock
1212
.yarn/install-state.gz
13+
package-lock.json
1314

1415
# testing
1516
/coverage

wrangler.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ crons = [
1010
"* * * * *", # Uncomment for production use
1111
]
1212

13+
[observability.logs]
14+
enabled = true
15+
1316
# Environment variables for the cron worker
1417
[vars]
1518
CRON_TARGET_URL = "https://your-domain.com/api/cron/cleanup-articles"

0 commit comments

Comments
 (0)