Skip to content

Commit

Permalink
add link to long polling activation (#2415)
Browse files Browse the repository at this point in the history
* add link to long polling activation

* Update job-workers.md

* backport

---------

Co-authored-by: christinaausley <84338309+christinaausley@users.noreply.github.com>
Co-authored-by: Christina Ausley <christina.ausley@camunda.com>
  • Loading branch information
3 people authored Aug 8, 2023
1 parent b5fe1a0 commit 4a00705
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/components/concepts/job-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This is expensive in terms of resource usage, because both the worker and the se

With **long polling**, a request will be kept open while no jobs are available. The request is completed when at least one job becomes available.

**Long Polling** is set during [job activation with the parameter `request-timeout`](../../apis-tools/grpc.md#activatejobs-rpc).

### Job queueing

Zeebe decouples creation of jobs from performing the work on them. It is always possible to create jobs at the highest possible rate, regardless if there is a job worker available to work on them. This is possible because Zeebe queues jobs until workers request them.
Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-8.0/components/concepts/job-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This is expensive in terms of resource usage, because both the worker and the se

With **long polling**, a request will be kept open while no jobs are available. The request is completed when at least one job becomes available.

**Long Polling** is set during [job activation with the parameter `request-timeout`](../../apis-tools/grpc.md#activatejobs-rpc).

### Job queueing

Zeebe decouples creation of jobs from performing the work on them. It is always possible to create jobs at the highest possible rate, regardless if there is a job worker available to work on them. This is possible because Zeebe queues jobs until workers request them.
Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-8.1/components/concepts/job-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This is expensive in terms of resource usage, because both the worker and the se

With **long polling**, a request will be kept open while no jobs are available. The request is completed when at least one job becomes available.

**Long Polling** is set during [job activation with the parameter `request-timeout`](../../apis-tools/grpc.md#activatejobs-rpc).

### Job queueing

Zeebe decouples creation of jobs from performing the work on them. It is always possible to create jobs at the highest possible rate, regardless if there is a job worker available to work on them. This is possible because Zeebe queues jobs until workers request them.
Expand Down
2 changes: 2 additions & 0 deletions versioned_docs/version-8.2/components/concepts/job-workers.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ This is expensive in terms of resource usage, because both the worker and the se

With **long polling**, a request will be kept open while no jobs are available. The request is completed when at least one job becomes available.

**Long Polling** is set during [job activation with the parameter `request-timeout`](../../apis-tools/grpc.md#activatejobs-rpc).

### Job queueing

Zeebe decouples creation of jobs from performing the work on them. It is always possible to create jobs at the highest possible rate, regardless if there is a job worker available to work on them. This is possible because Zeebe queues jobs until workers request them.
Expand Down

0 comments on commit 4a00705

Please sign in to comment.