I have jobs of about 70,000 independent calculations that take about 30 seconds each. I’m looking to cut my run time from many days on a few computers to a few hours on a lot of computers.
Do you guys support that kind of approach? Perhaps you even have off-hour scheduling with price breaks?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
You could certainly do this using droplets. Our 512MB droplet with 1 CPU core is billed at $0.007/hour and would likely be the best bet for cost effective compute instances. Since we bill to the minute based on the hourly rate we do not provide any special pricing for this use.
You will likely need to reach out to our support team to have your droplet limit increased so you can launch enough droplets in parallel. Our droplet creation page now supports the creation of up to 10 droplets at once but using the API or our doctl command line client you could script the creation and destruction of your whole cluster at once.