<div dir="ltr">I find the biggest waste of information are the nightly "show differences" entries in my archive. I have a nightly job that runs and cleans those up moving them to archive..   <div><br></div><div><br>
<div><div>#Archive the daily show differences actions.  </div><div>my (@archact);</div><div><br></div><div>my $actions = $client->call('schedule.listCompletedActions',$session);</div><div>foreach my $action (@$actions) {</div>
<div>        if ($action->{'type'} =~ /differences/ ) {</div><div>                push (@archact,$action->{'id'});</div><div>        }</div><div>}</div><div>$client->call('schedule.archiveActions',$session,\@archact);</div>
<div><br></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 19, 2014 at 5:50 AM, Milan Zázrivec <span dir="ltr"><<a href="mailto:mzazrivec@redhat.com" target="_blank">mzazrivec@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Monday 19 May 2014 06:35:38 Butcher, Nathan wrote:<br>
> Hi all,<br>
><br>
> Currently I have something like 99,000 archived actions in my Schedule tab.<br>
> There are so many I can no longer delete all the actions from the WebUI<br>
> because the browser simply times out trying to do this.<br>
><br>
> Surely there's some manual way to finesse the entries away and into the<br>
> never-never, right?<br>
<br>
</div></div>Spacewalk 2.2 will allow you to limit the amount of actions displayed in<br>
webui.<br>
<br>
This way you can choose the amount which -- in your case -- can be<br>
displayed in reasonable time (and deleted afterwards).<br>
<br>
-MZ<br>
<br>
_______________________________________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/mailman/listinfo/spacewalk-list</a><br>
</blockquote></div><br></div>