#706 I removed package `copr-builder`, and it was not removed from backend
Closed: Invalid 4 years ago by praiskup. Opened 4 years ago by praiskup.

https://copr.fedorainfracloud.org/coprs/g/copr/copr/monitor/

I did not notice anything obvious from logs.


This is caused by very slow "delete" actions under python3.8 project where is very large amount of packages, so the createrepo (after each delete) is slow ...

I temporarily applied this patch:

+            if ownername == '@python':
+                self.log.debug("skipping createrepo for now...")
+                continue
+

But we really need to better handle this; perhaps we should group build delete actions, or create the repositories manually, not after each build.

The action queue for this large project is somewhat resolved nowadays, so this shouldn't repeat again.

Metadata Update from @praiskup:
- Issue close_status updated to: Invalid
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata