The openaddr-enqueue-sources job fails/times out after 2 days because the aws s3 cp for the docker image download takes forever. My theory is that the t2.nano it's running on runs out of CPU burst and awscli just stops working. So I'm giving it more CPU and bumping up other tasks to more recent instance types.
The
openaddr-enqueue-sources
job fails/times out after 2 days because theaws s3 cp
for the docker image download takes forever. My theory is that thet2.nano
it's running on runs out of CPU burst andawscli
just stops working. So I'm giving it more CPU and bumping up other tasks to more recent instance types.