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
CircuitSwitch.run and CircuitSwitch.report increment run_count and report_count when they are called.
If many method calls pour into, CircuitSwitch tries writing to the single record frequently.
This might cause too many Deadlock and increase cpu load.
I have 2 plans.
Add apis not to increment count.
Rewrite gem, modify data store to Redis.
The text was updated successfully, but these errors were encountered:
CircuitSwitch.run
andCircuitSwitch.report
incrementrun_count
andreport_count
when they are called.If many method calls pour into,
CircuitSwitch
tries writing to the single record frequently.This might cause too many Deadlock and increase cpu load.
I have 2 plans.
The text was updated successfully, but these errors were encountered: