#336 Koji perm_ids not cached
Closed 6 years ago Opened 7 years ago 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.

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

6 years ago

Login to comment on this ticket.

Metadata