fix: make cron each minute
This commit is contained in:
parent
0de8143aa3
commit
0277502e47
2
Makefile
2
Makefile
@ -7,7 +7,7 @@ PORT ?= 8000
|
||||
SERVICE := osiris
|
||||
UNIT_FILE := /etc/systemd/system/$(SERVICE).service
|
||||
REMINDER_SH := $(PROJECT_DIR)/deploy/send-reminders.sh
|
||||
CRON_SCHED ?= */10 * * * *
|
||||
CRON_SCHED ?= * * * * *
|
||||
CRON_LOG ?= $(PROJECT_DIR)/reminders.log
|
||||
MANAGE := $(UV) run python manage.py
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user