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
You can see that the jobs belong to a batch and that batch gets assigned to a random shared queue.
My question is, if Search.slow_search? returns a different value in the middle of running a batch of jobs, is that a problem? I'm seeing a lot of logging that the "concurrency" strategy prevented jobs from running after Search.slow_search? changes it's boolean value.
The text was updated successfully, but these errors were encountered:
roykolak
changed the title
Changing the throttling configure when jobs are running
Changing the throttling config when jobs are running
Mar 8, 2023
I'm currently seeing batches of jobs that are configured to throttle dynamically get stuck when the throttle configuration changes.
For example, here's my throttle config...
You can see that the jobs belong to a batch and that batch gets assigned to a random shared queue.
My question is, if
Search.slow_search?
returns a different value in the middle of running a batch of jobs, is that a problem? I'm seeing a lot of logging that the "concurrency" strategy prevented jobs from running afterSearch.slow_search?
changes it's boolean value.The text was updated successfully, but these errors were encountered: