Worker

Last edited on 18 Dec 2024

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.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.