Skip to content

Commit

Permalink
fix(infra): reduce number of threads per processor and increase sleep…
Browse files Browse the repository at this point in the history
… interval (#2486)
  • Loading branch information
matthewelwell authored Jul 20, 2023
1 parent 3ca783b commit dd2516b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"manage.py",
"runprocessor",
"--sleepintervalms",
"700",
"1000",
"--numthreads",
"25",
"12",
"--graceperiodms",
"20000"
],
Expand Down

2 comments on commit dd2516b

@vercel
Copy link

@vercel vercel bot commented on dd2516b Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on dd2516b Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.