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
In the swipnet project, the tracker is experiencing loads of ~16700 req/min. INFO ALL on the Redis server indicates that EVAL is being called quite a lot, and it's also one of the slowest operations:
https://github.com/ArchiveTeam/universal-tracker/blob/master/models/tracker/transactions.rb#L114 is part of a code path that's executed on every item request.
In the swipnet project, the tracker is experiencing loads of ~16700 req/min.
INFO ALL
on the Redis server indicates thatEVAL
is being called quite a lot, and it's also one of the slowest operations:There are slower operations, but they are not called nearly as often.
Some possibilities:
The text was updated successfully, but these errors were encountered: