Skip to content

Commit

Permalink
Change program in crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
zackAemmer committed Sep 8, 2022
1 parent 776cd3f commit 86160ba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions viz_scripts/docker/crontab
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
0 7 * * * python bin/update_mappings.py mapping_dictionaries.ipynb >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py mode_purpose_share.ipynb prepilot >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py ebike_specific_metrics.ipynb prepilot >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py energy_calculations.ipynb prepilot >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py generic_metrics_ebike_project.ipynb prepilot >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py timeseries_analysis.ipynb prepilot >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py mode_purpose_share.ipynb default >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py ebike_specific_metrics.ipynb default >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py energy_calculations.ipynb default >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py generic_metrics_ebike_project.ipynb default >> /var/log/intake.stdinout 2>&1
0 8 * * * python bin/generate_plots.py timeseries_analysis.ipynb default >> /var/log/intake.stdinout 2>&1
# For testing only
# */5 * * * * python bin/generate_plots.py mode_purpose_share.ipynb prepilot >> /var/log/intake.stdinout 2>&1
# */5 * * * * python bin/generate_plots.py mode_purpose_share.ipynb default >> /var/log/intake.stdinout 2>&1

0 comments on commit 86160ba

Please sign in to comment.