Conclusion

Workers: Creating your First Worker - A Step By Step Example

AuthorFullName__c
Christopher Milazzo, Ravit Shapira, Sean pratt
articleNumber
000005917
ft:sourceType
Salesforce
FirstPublishedDate
2023-11-28T08:25:43Z
lastModifiedDate
2023-11-28
VersionNumber
8
In this Article, we have demonstrated how to create and use a worker to more accurately administer your JFrog platform by providing conditions for uploading artifacts. But you could easily create many other workers for other actions and conditions.

JFrog workers provide the ability to easily add quality gates to your platform and give you the capability to control the JFrog platform operational flow. Note that given how powerful workers are, it is important to plan them carefully so that they are productive and carefully designed. If you add workers that would, for instance, block all downloads for even one second, you could easily imagine how long a command like `npm install` can take to complete.

We recommend that you use the powerful worker functionality wisely and use it first on non-production repositories dedicated to tests. Take the opportunity to discover this new service, and feel free to get in touch with JFrog with feedback and any requests you might have for improvement.