Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

can set the number of cocurrent running jobs in nifi?

avatar
Contributor

hi , i'd like to set the workload on the nifi server, one way is to set the Back Pressure Data Size or number. Is there a simplier way to set the number of running jobs globally on the nifi?

Thanks.

1 ACCEPTED SOLUTION

avatar

Have you looked at the Max Threads settings under the main NiFi Controller Settings menu? It doesn't allow you to strictly limit the utilisation of the flow, but it provides a limitation on the max concurrency at a global level.

View solution in original post

2 REPLIES 2

avatar

Have you looked at the Max Threads settings under the main NiFi Controller Settings menu? It doesn't allow you to strictly limit the utilisation of the flow, but it provides a limitation on the max concurrency at a global level.

avatar
Contributor

Thanks info