diff --git a/Makefile b/Makefile index b03b8d3..6622337 100644 --- a/Makefile +++ b/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