Add priority to download participants rule

pull/95/head
JulioV 2020-03-03 11:08:18 -05:00
parent 619a6e6e2b
commit c7bc430425
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ rule download_participants:
group = config["DOWNLOAD_PARTICIPANTS"]["GROUP"],
ignored_device_ids = config["DOWNLOAD_PARTICIPANTS"]["IGNORED_DEVICE_IDS"],
timezone = config["TIMEZONE"]
priority: 1
script:
"../src/data/download_participants.R"