-
Notifications
You must be signed in to change notification settings - Fork 109
Enable Gxadmin Galaxy clean up cron task #1495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Enable Gxadmin Galaxy clean up cron task #1495
Conversation
This was disabled via: usegalaxy-eu#1388, usegalaxy-eu#1391
@sj213 this might put back some load onto the PG. Can you keep an eye on this please ... But we need the cleanup script ... we would need to enhance the query etc ... or adding indices. |
No argument here. But since this query is likely to run for a week or so and we all agree that this query badly wants some finishing, might I suggest that for the time being the query is not run via cron but rather manually, in a screen/tmux session and prefixed with Two advantages:
|
Unfortunately, we cannot wrap it with |
Stefan should be able to see the slow query on his side isn't it? |
Once it completes it should show up in the logs as one of the slow queries. And then the problem is which one of all the slow queries in the log it was. But there may be another option: looking at However, in It should thus be possible to hack gxadmin, run it with debugging enabled to obtain the query text, abort the query submitted and then re-execute it from |
Actually, I just remembered that there is an even simpler solution: Nonetheless, I'll prepare a PR to raise the limit to 4 KiB, so the change will take effect at the next server restart. |
Ok, lets run this query tomorrow and see? |
The query is now running in a |
This was disabled via: