jekyll / Utterson

CI benchmarking suite for Jekyll
MIT License
13 stars 8 forks source link

Make SQS processor more modular #8

Closed pathawks closed 6 years ago

pathawks commented 6 years ago

Instead of putting so much logic into aws/sqs/process, it might be better to have that script simply write a JSON file and hand control off to another script that would actually call ./bench.

This would make it easier down the road to swap SQS out for something else, which is probably very low priority to be honest.

pathawks commented 6 years ago

I guess the bulk of what it is doing is keeping the SQS message alive.

All the info is stored in environment variables and passed to scripts, which is probably ok.