impress-2020/scripts
Matchu 571949b066 Increase timeout in archive SQL queries
One problem I run into with the archive task is that sometimes the queries time out? My hunch is that maybe some of the assets have like, weirdly big manifest files that are being transferred as surprisingly big text files?

Anyway, I'm increasing the timeout to 20s, which is big, but big feels good for a script that doesn't run often and where failing is not great news!

I'm also idly considering whether I wanna finally put in the work to do a bulk S3 uploader sometime, because the current version that iterates over multiple `aws s3 cp` calls is just real slow, I think because it establishes a new connection each time, and that operation is maybe surprisingly expensive? And the CLI doesn't have a way to do multiple uploads any more precisely than "sync up this whole folder", which is slow when the folder contains a lot of stuff you _know_ you don't want to head up there.
2023-06-12 10:56:40 -07:00
..
archive Increase timeout in archive SQL queries 2023-06-12 10:56:40 -07:00
db Update public data 2022-12-08 13:34:40 -08:00
exported-user-data delete-user.js script 2021-03-10 05:19:51 -08:00
build-cached-data.js Turn on Honeycomb instrumentation again 2021-11-26 23:41:22 -08:00
cache-asset-manifests.js Oops, fix db pooling for scripts 2022-02-03 16:14:40 -08:00
delete-user.js delete-user.js script 2021-03-10 05:19:51 -08:00
export-users-to-auth0.js Oops, fix db pooling for scripts 2022-02-03 16:14:40 -08:00
model-needed-items.js Better logging output for model-needed-items 2022-10-12 11:55:29 -07:00
setup-mysql.sql Add the /donate page 2022-09-25 08:05:38 -07:00
validate-owls-data.js Use latest ~owls NC trade values API 2022-09-04 01:35:05 -07:00