Workers Service

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo

Workers is a JFrog Platform service that you can use to create and run plugins that extend JFrog Platform functionality via a built-in serverless execution environment. You can create Workers that are triggered when events occur in the JFrog Platform. You can also create HTTP-triggered Workers that are triggered on-demand.

You can use Workers to extend the JFrog Platform functionality by reacting to platform events. Workers allow you to add custom code to control and affect execution flows. For example, you can block an operation when a user does not have the right permissions.

You can write the code for workers in TypeScript directly in the JFrog Platform UI or through the public API. You can use the Workers built-in online editor to write and test code, and when you are ready, enable the worker in production with the click of a button.Create Worker

When you create workers you can enable the ones that you want to use. Only those workers that you have enabled are the ones that will be triggered automatically when events occur in the JFrog platform.

The Workers UI provides a direct feedback system that enables you to provide feedback regarding the Workers Service. You can also provide your requests for different types of workers through the feedback system.