Skip to content

Commit

Permalink
Add the new label model creation to the crontab
Browse files Browse the repository at this point in the history
  • Loading branch information
shankari committed Sep 15, 2021
1 parent ce925bf commit 3eb39cd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"provider": "firebase",
"server_auth_token": "Get from firebase console",
"app_package_name": "full package name from config.xml. e.g. edu.berkeley.eecs.emission or edu.berkeley.eecs.embase. Defaults to edu.berkeley.eecs.embase",
"ios_token_format": "apns"
}
1 change: 1 addition & 0 deletions examples/em-server-multi-tier-cronjob/analysis/crontab
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# 50 * * * * ./e-mission-py.bash bin/update_polarbear.py >> /var/log/update_polarbear.stdinout 2>&1
# 55 * * * * ./e-mission-py.bash bin/check_for_notifications.py >> /var/log/check_for_notifications.stdinout 2>&1
59 * * * * ./e-mission-py.bash bin/push/silent_ios_push.py 3600 >> /var/log/silent_ios_push.stdinout 2>&1
0 5 * * * ./e-mission-py.bash bin/build_label_model.py -a >> /var/log/better_model.log 2>&1

0 comments on commit 3eb39cd

Please sign in to comment.