Scale to zero worker

Hi there! I have a project where i need to convert some video files via ffmpeg, but those tasks are sporadic, at most once a day, I was thinking of using something like huey or celery to manage those tasks, but I’m not sure if they could allow my worker to scale to zero

I’m assuming they will need to run all the time to fetch the tasks, so is there any alternative you’d suggest?

My naive idea was to spawn a fly machine to run the task, but that might be overkill?

1 Like