Jonathan Otto
Jonathan Otto
Update, 4 days later: The total time to graft ianlapham's branch of the uniswap v2 subgraph was 4 days, and it **failed with the same error.** 2 problems with the...
I haven't released an open-source version of the prerender.cloud server itself https://github.com/sanfrancesco/prerendercloud-server is just this library inside a pushstate http server. It's still connecting to the remote, production service.prerender.cloud API...
I don't think the `environment` section is needed, but I wonder if the "edgelambda.amazonaws.com" in the role is no longer needed: https://github.com/sanfrancesco/prerendercloud-lambda-edge/blob/e6ce2a65b78b7c90d84dd34ad364494f137eaaf3/serverless.yml#L63 can you try recreating (or modifying the trust...
* My previous comment may be wrong, the official docs still show edgelambda.amazonaws.com: https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/lambda-edge-permissions.html#lambda-edge-permissions-function-execution but it may be worth examining your existing roles and/or creating this one just in case...
those basic cloudwatch metrics should be working by default... can you try changing the date range from 1w to 1hr to ensure it's not hiding the most recent data? also...
Same problem. I've tried with the following flags `wget --continue --timeout=0 --retry-connrefused --tries=0` and it can't resume.
I had same problem (while experimenting with various load balancer tutorials) but on dedicated hardware. Rescheduling jobs fixes it for me: `nomad job restart -reschedule $JOB_NAME`, now running this on...