Show HN: Dolater.io – Run background tasks on the cloud
1–8 of 8 posts
Re: Show HN: Dolater.io – Run background tasks on the cloud
#2dolater.io runs your background tasks in a scalable environment.
Wrap your workers in a docker image and queue tasks to it, dolater.io will process the queue as fast as possible.
It's currently in a very early stage, I would like to get some feedback, opinions, know missing features you'd need, etc.
For now it works with hub.docker.com public images.
It's not ready for production usage yet, but I'd like to get your feedback anyway as if you were considering it for your production environment.
Re: Show HN: Dolater.io – Run background tasks on the cloud
#3Good luck
Re: Show HN: Dolater.io – Run background tasks on the cloud
#4The main problem I always have with remote background jobs is that I need to have complete environment working there also.. may be I have to decouple from my framework . I think the Docker Approach is what makes your offering different from others and interesting. Good luck
Re: Show HN: Dolater.io – Run background tasks on the cloud
#5Re: Show HN: Dolater.io – Run background tasks on the cloud
#6This looks really cool, I can definitely think of a few use cases where a docker image might come in handy (vs a service like iron.io that just supporting a variety of languages on IronWorker). At the same time, having to build an image for small ad-hoc tasks might get a bit cumbersome.
Re: Show HN: Dolater.io – Run background tasks on the cloud
#7Re: Show HN: Dolater.io – Run background tasks on the cloud
#8How long will jobs take to start up? Is it seconds? (i.e. you have a queue, and machines ready to go)