Worker

In App Platform, a worker is a type of resource that is running server-side code written in a supported programming language, such as Python, Ruby, Go, Node.js, or PHP, and is not internet-accessible.

Because workers cannot accept HTTP requests, they are only suitable for doing background tasks, such as queue processing or video encoding.