You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ The following properties are for advanced usage. Only change these if you unders
109
109
*`flowable.external.worker.workerId` : gives the external worker a custom identifier, which is used to identify which external worker has locked an external worker job.
110
110
*`flowable.external.worker.concurrency` : The amount of threads available to poll and execute external worker jobs. By default `1`.
111
111
*`flowable.external.worker.lock-duration` : The amount of time an external job will be locked when acquired. If this time limit is reached, other external workers will be able to acquire the same job. By default 5 minutes.
112
-
*`flowable.external.worker.number-of-retries` : The number of times to retry acquiring new jobs on the Floable server-side before giving up. By default 5.
112
+
*`flowable.external.worker.number-of-retries` : The number of times to retry acquiring new jobs on the Flowable server-side before giving up. By default, 5.
113
113
*`flowable.external.worker.number-of-tasks` : The amount of external worker tasks to acquire and lock in one go. The default is `1`.
114
-
*`flowable.external.worker.polling-interval` : The amount of time between polling for new external worker jobs. By default 5 seconds.
114
+
*`flowable.external.worker.polling-interval` : The amount of time between polling for new external worker jobs. By default, 10 seconds.
0 commit comments