Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Temp remove candidates_create_csv #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions crontab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@
value: "{{ cron_email }}"
user: "{{ project_name }}"

- cron:
name: "Create CSVs"
minute: "15"
job: "output-on-error {{project_root}}/env/bin/python {{project_root}}/code/manage.py candidates_create_csv --site-base-url https://candidates.democracyclub.org.uk"
disabled: no
# - cron:
# name: "Create CSVs"
# minute: "15,45"
# job: "nice -n 19 ionice -c 3 output-on-error {{project_root}}/env/bin/python {{project_root}}/code/manage.py candidates_create_csv --site-base-url https://candidates.democracyclub.org.uk"

- cron:
name: "Detect faces"
Expand Down