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
The jobs page is so heavy duty now that it frequently times out. Also attempting to load it apparently fires off this query: SELECT * FROM job_history WHERE job_name='UserIndexer' AND job_group='AdminSearch' ORDER BY start DESC LIMIT 100
which doesn't seem to run quickly.
It might be better to have a very lightweight jobs template and then load specific job histories on demand as needed. Or maybe there is some way to make the query more efficient.
The text was updated successfully, but these errors were encountered:
The jobs page is so heavy duty now that it frequently times out. Also attempting to load it apparently fires off this query:
SELECT * FROM job_history WHERE job_name='UserIndexer' AND job_group='AdminSearch' ORDER BY start DESC LIMIT 100
which doesn't seem to run quickly.
It might be better to have a very lightweight jobs template and then load specific job histories on demand as needed. Or maybe there is some way to make the query more efficient.
The text was updated successfully, but these errors were encountered: