Skip to content

Commit

Permalink
feat(cron): add cron file to activate
Browse files Browse the repository at this point in the history
  • Loading branch information
marc.sirisak committed Jul 25, 2024
1 parent be84a2c commit ad6cca1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,5 @@ dmypy.json

# Project-specific stuff
config.json
cron.json
# cron.json
temp.json
7 changes: 7 additions & 0 deletions cron.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"jobs": [
{
"command": "0 3 * * SUN python manage.py update_index"
}
]
}

0 comments on commit ad6cca1

Please sign in to comment.