caddyserver vs nginx anyone? Is the primary draw the API based configuration mechanism?
@matigo fonts-noto-color-emoji package does a good job of it. You can try texlive-fonts-extra too. It has too many extra fonts, but that's good in a way :)
@jws I don't yet understand k8s. I should dive into how it can help me run hundreds of container-bsed jobs…
AWS Batch looks interesting! I'll check it out!
@variablepulserate a tool to run any repetitive computing tasks and reporting on the results. There are tools like AWS SQS - which is a message queuing system, but it needs further work to actually do something with the messages. There's python celery (https://pypi.org/project/celery/) which is a solution to do task queueing, but I don't want to do infrastructure for that. I'd rather have it prebuilt.
Plus, what I'm looking for is a way to send a task to a queue in the cloud, and the task is essentially "run this docker container with these parameters" over and over.
I need a task execution system which runs tasks in standalone containers in the cloud. Anybody have any tutorials I can follow?