Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
I am not very good with cron job myself so I found this cron job service at www.easycron.com
Ubuntu 16.04, rbenv, Capistrano, whenever, Rails 5
$ which rake
/home/deploy/.rbenv/shims/rake
schedule.rb
job_type :rbenv_rake, %Q{export PATH=/home/deploy/.rbenv/shims:/home/deploy/.rbenv/bin:/usr/bin:$PATH; eval "$(rbenv init -)"; \
cd :path && :environment_variable=:environment :bundle_command rake :task --silent :output }
job_type :rbenv_runner, %Q{export PATH=/home/deploy/.rbenv/shims:/home/deploy/.rbenv/bin:/usr/bin:$PATH; eval "$(rbenv init -)"; \
cd :path && :bundle_command :runner_command -e :environment ':task' :output }
#... and so on
# example of use
every 60.minutes do
rbenv_rake "ts:index"
end
This comment has been deleted
Dear All
I have a problem with anacron. My logs rotate every week. But the logs rotate say sunday 1H08am. Next sunday (as I remember) the logs will rotate at 2H08. And a hour later the week next. I have to go to logrotate.status and change the hour of last rotate (every week) to some minutes earlier to the next rotation be at 1H08 every week. How I solve this? (to everything runs ok without having to worry with it) . OS - Centos 7 I had no problems with Centos 5 (My OS before but I think with cron instead). With cron with Centos 7 I had more difficulty putting working
Thanks
Luis Gonçalves
I want to schedule a job on my raspberry pi in 5 s interval after booting but using crontab the minimum time interval which I’m able to set in only 1 minute. Please help how to do this for 5 s?
Hi, i have cronjob in my droplet, i set every 1hour, do some http request, process result and send to client. then after a few while, digitelocean emailed me this:
We are writing to let you know that your Droplet nest at xxx.xxx.xx.xx has been disconnected from the network after it contributed 2.1 Gbps to a 19.8 Gbps Distributed Denial of Service attack. The network traffic from your Droplet matches a pattern of malicious traffic originating from other Droplets targeted at a specific victim. We understand how disruptive this may be to your work; however, it was critical for us to disconnect your Droplet to reduce further harm.
is this process is not allowed in digitalocean? i need more explainantion. tq