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

Commit

Permalink
Temp remove candidates_create_csv
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Sep 29, 2023
1 parent b5a86c7 commit fc77c94
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crontab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
value: "{{ cron_email }}"
user: "{{ project_name }}"

- 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: "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

0 comments on commit fc77c94

Please sign in to comment.