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.

I have a Rails app deployed trough App Platform, now I want to add scheduled cron to run a command every 30 minutes. I’ve followed the following tutorial…
github.com/DO-Solutions/app-platform-cron
I understand I have to add:
workers:
- dockerfile_path: Dockerfile
github:
branch: main
deploy_on_push: true
repo: <your-github-username>/app-platform-cron
instance_count: 1
instance_size_slug: apps-s-1vcpu-0.5gb
name: docker-cron
source_dir: /
To the appspec.yaml and then update it… which I did and it worked fine… but when/where do I put the command I want to run and the frequency?
3630316526124b4190e628cd69be1e
a6309a057c3f4cb38fb2e7feb67236
KFSys
a0aa4c11068a4e98bc3cde06ce6c8c
Kailey Ketchum
Matteo Scarpa
Matteo Scarpa
fullammo
1a3ca91ed97c49039b3e74fb7229fa
jamshed.latipov
Thomas Brocken
Vaishnavi Vundyala