-
Hi all! I have setup a cronjob to automatically run Data Importer everyday, like this:
I monitor that cronjob using an external service. I just send the exit code from that command, and the service notifies me if it's different from 0. I'm not sure what would be a good solution, I would want to keep monitoring the daily import, and only be notified if something fails. Any ideas? Thanks!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey, sorry to hear that this breaks your import. Try setting |
Beta Was this translation helpful? Give feedback.
Hey, sorry to hear that this breaks your import.
Try setting
IGNORE_DUPLICATE_ERRORS=true
, to make the data importer ignore duplication errors.