Skip to content

Commit

Permalink
updated num_workers description in spec, reformat table
Browse files Browse the repository at this point in the history
  • Loading branch information
darynaishchenko committed Dec 17, 2024
1 parent 4c06574 commit 3736315
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ spec:
type: string
num_workers:
title: Number of concurrent workers
description: Number of concurrent workers to be used in the sync. This number should be set according to your Pipedrive subscription plan and its rate limits, which coule be found <a href="https://pipedrive.readme.io/docs/core-api-concepts-rate-limiting">here</a> on Pipedrive Rate limiting page.
description: Number of concurrent workers to be used in the sync. This number should be set according to your Pipedrive subscription plan and its rate limits, which coule be found <a href="https://pipedrive.readme.io/docs/core-api-concepts-rate-limiting">here</a> on Pipedrive Rate limiting page. Please note that Pipedrive API rate limits are reset daily. If you experience rate limiting issues, please lower the number of workers according to your plan.
type: integer
default: 10
minimum: 1
Expand All @@ -432,7 +432,7 @@ spec:
# | Essential | 1 |
# | Advanced | 2 |
# | Professional | 3 |
# | Power | 5 |
# | Power | 5 |
# | Enterprise | 7 |

# API Requests:
Expand Down

0 comments on commit 3736315

Please sign in to comment.