I am running syncs once per day, but I do see duplicate records for a particular day. Sync starts every day at 12 AM and runs pretty fast, completing in about 20 minutes. Currently, I don’t have visibility into logs since the pods that I am running sync on are terminated. Could this be due to built-in retries, or am I missing something here?
Interesting, can you share more details about your setup including information like is this running on a VM or a container? What is handling the scheduling? Can you share a redacted version of the config?
Also, just so you know, you can use the --console-log flag with the --log-format json so that all of the logs will be outputted to the console, and if you are using something like ECS, the logs will be available in CloudWatch Logs.