#336 Koji perm_ids not cached
Closed Opened by puiterwijk.

The set of permissions in koji doesn't change often, but builder.py line 783 refreshes it every single time.
You might want to cache this.


Where do we want to store such things? Database, some extra directory on local fs?

I vote for dogpile.cache which can then be stored either in the process' memory, or in memcached, or on disk, depending on configuration.

Should be fixed by #611.

Metadata Update from @ralph:
- Issue status updated to: Closed (was: Open)

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/mbs/issues/336

Please continue any further discussion there.

Metadata