-
Notifications
You must be signed in to change notification settings - Fork 0
/
import-cron
5 lines (5 loc) · 1.52 KB
/
import-cron
1
2
3
4
5
# must be ended with a new line "LF" (Unix) and not "CRLF" (Windows)
#0 1 * * THU /usr/local/bin/php /var/www/html/modules/EasyAdmin/data/scripts/task.php --task 'OaiPmhHarvester\Job\Harvest' --user-id 1 --server-url 'localhost' --base-path '/' -j --args '{"repository_name": "IDEM - Integrated Database for Early Music","endpoint": "https://idemdatabase.org/ca/admin/service.php/OAI/Composition/request","set_spec": 1,"item_set_id": 121470,"has_err": 0,"metadata_prefix": "composition","resource_type": "items","filters": {"whitelist": [],"blacklist": []},"set_name": "tillgänglig för allmänheten"}' >> /var/log/cron.log
#15 1 * * THU /usr/local/bin/php /var/www/html/modules/EasyAdmin/data/scripts/task.php --task 'OaiPmhHarvester\Job\Harvest' --user-id 1 --server-url 'localhost' --base-path '/' -j --args '{"repository_name": "IDEM - Integrated Database for Early Music","endpoint": "https://idemdatabase.org/ca/admin/service.php/OAI/Manuscript/request","set_spec": 1,"item_set_id": 121470,"has_err": 0,"metadata_prefix": "manuscript","resource_type": "items","filters": {"whitelist": [],"blacklist": []},"set_name": "tillgänglig för allmänheten"}' >> /var/log/cron.log
#0 2 * * THU /usr/local/bin/php /var/www/html/modules/EasyAdmin/data/scripts/task.php --task 'AdvancedSearch\Job\IndexSearch' --user-id 1 --server-url 'localhost' --base-path '/' -j --args '{"search_engine_id": 2,"start_resource_id": 0,"resource_names": ["items"],"force": false}' >> /var/log/cron.log
# An empty line is required at the end of this file for a valid cron file.