For now, the v5_extractor runs as a docker service at dev02:
The home folder is: /home/picalike/v5/v5_extractor
docker ps |grep v5_extractor_container
if the container does not run, use the run.sh script in the bin directory in the folder
/home/picalike/v5/v5_extractor/bin
cd /home/picalike/v5/v5_extractor/data touch MEIN_DUFTER_DE_FEED.db curl "http://localhost:1115/refresh_shop?shop_id=MEIN_DUFTER_DE_FEED&modified_since=2020-08-01"
Same for crawler.
For now, a refresh for all shops, feed and crawler, is triggered based on cronjobs that are executed multiple times during the day.
They are located in:
/home/picalike/v5/v5_extractor/data
and are simple SQLite3 files. It should be noted that those DBs are opened in 'WAL' mode to avoid locks. See sqlite3 for more details.
Keywords: v5 extractor gapex features enrichment