Skip to content

Duplicate cron executions with CloudFront

If your cronjob takes more than 30 seconds to complete, CloudFront will retry with another request.

https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/RequestAndResponseBehaviorCustomOrigin.html#request-custom-request-timeout

You can try one of these to prevent it:

I hope this helps.