Worker

In App Platform, a worker is a container component that runs server-side code. Workers are not routable, meaning they cannot accept HTTP requests, so they are not accessible from the public internet or the app’s private network.

Other than not being routable, a worker has the same properties as a service. Workers are suitable for doing background tasks, such as queue processing or video encoding.