Hacker News new | ask | show | jobs
by cschmidt 4256 days ago
How long will jobs take to start up? Is it seconds? (i.e. you have a queue, and machines ready to go)
1 comments

If there's nothing queued it starts almost immediately. In some cases while testing the job finished right after queuing it and showed as completed right away. Right now it uses rabbitmq for the queue but even if I replace it I want to keep it like that.