look_export
Table of Contents
Infos around v3 Look Stuff on sg02
Regulary executed scripts
- Get lilly data from mongo:
python /home/picalike/.local/bin/lilly_data_from_mongo /mnt/storage/var/etc/v3/lilly_data_from_mongo.json –update 2>&1 |egrep -A 32 “(CRITIC|ERROR|Traceback)”
TODO: description
- Export Looks:
python /home/picalike/.local/bin/export_looks –config_file /mnt/storage/var/etc/export_looks.json &> /dev/null;
TODO: description
- Force Lilly Sync
python /mnt/storage/var/live/lilly_export/bin/force_sync.py /mnt/storage/var/etc/v3/lilly_data_from_mongo.json 7510 &> /dev/null;
TODO: description
Recent workarounds / fixes
- the export_looks script might take a long time and thus two instances might be spawned via crontab. To avoid this, we replaced the original script with 'force_export_look.sh' to avoid the issue.
Since some of the former mentioned scripts had issues with running in multiple instances we
look_export.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1