Replies: 1 comment
-
|
The downside is just potentially more load on Redis. Depending on the size
of your install it may or may not be noticeable.
…On Wed, Jul 13, 2022 at 11:30 Kapil ***@***.***> wrote:
Is there any downside to changing this value to 2 seconds? my
understanding is that 5 seconds is the default.
We use the latest Pro version of Sidekiq.
Sidekiq.configure_server do |config|
# Default is 5
config.average_scheduled_poll_interval = 2end
—
Reply to this email directly, view it on GitHub
<#5427>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAAWX357JMTQW4AU752ZJ3VT4DL5ANCNFSM53PU6SRA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any downside to changing this value to
2seconds? my understanding is that 5 seconds is the default.We use the latest Pro version of Sidekiq - Sidekiq v6.5.1 / Sidekiq Pro v5.5.1
Beta Was this translation helpful? Give feedback.
All reactions