Question

Can Digitalocean apps handle queues

I would like to know if digital ocean apps can handle background jobs and queued tasks


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Jon Friesen
DigitalOcean Employee
DigitalOcean Employee badge
September 22, 2022

👋 hey @mihairmcr7

App Platform does not have an services that handle explicit queues or background jobs.

However we have a bunch of options for implementing these to fit your needs:

  • Worker components can continuously monitor and work on jobs
  • Internal Services are services that are not exposed to the public internet but can expose internally to other services and operate like a worker
  • Functions can handle running tasks as long as 15 minutes and be trigger via http call

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up