API cache halts the server on larger image bases (10k+) #23

Closed
opened 2021-01-12 09:52:16 +00:00 by tgpholly · 4 comments
tgpholly commented 2021-01-12 09:52:16 +00:00 (Migrated from github.com)

Can take up to over a minute for the server to become responsive again

This problem was probably introduced with the addition of the diskusage package to EUS for total space in the API. The problem is it takes a while for this to run and as far as I know it isn't asynchronous

Can take up to over a minute for the server to become responsive again This problem was probably introduced with the addition of the diskusage package to EUS for total space in the API. The problem is it takes a while for this to run and as far as I know it isn't asynchronous
tgpholly commented 2021-01-12 09:58:51 +00:00 (Migrated from github.com)

Never mind, we're just not using it asynchronously. Don't quite know how I missed that.

Never mind, we're just not using it asynchronously. Don't quite know how I missed that.
tgpholly commented 2021-01-17 08:54:13 +00:00 (Migrated from github.com)

From #24

After some further investigation it turns out this will not fix halting as it does not fix the underlying issue that is causing this. Will require a complete cache rewrite.

From #24 > After some further investigation it turns out this will not fix halting as it does not fix the underlying issue that is causing this. Will require a complete cache rewrite.
tgpholly commented 2021-03-16 18:53:37 +00:00 (Migrated from github.com)

#25 is in. Will close this if after testing it resolves the issues.

#25 is in. Will close this if after testing it resolves the issues.
tgpholly commented 2021-03-18 15:40:57 +00:00 (Migrated from github.com)

Going to go ahead and close this as it seems #25 has resolved this.

Going to go ahead and close this as it seems #25 has resolved this.
Sign in to join this conversation.
No description provided.