@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.