Closed (fixed)
Project:
Hosting
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2016 at 20:32 UTC
Updated:
12 Aug 2016 at 12:54 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
helmo commented+1 It's a bit annoying, and a waste of resources.
I guess the solution would be in adding a check to task/js/hosting_task.table.js
Comment #4
steven jones commentedNah, we just need to not return the above AJAX command if the log is 'complete'. Knowing when the log is complete is tricky though!
Maybe once the task status is 'done' and it's been 30 seconds or something?
(The task log can still be being written into the DB after the task has completed executing)
Comment #5
steven jones commentedHere's a patch that does a couple of things:
(It also tidies up some documentation)
Comment #6
helmo commentedThanks, I tried it and it works as expected.
Comment #8
helmo commentedThanks, committed.
Comment #9
steven jones commentedYey! Thanks!