Bartosz Telenczuk
Bartosz Telenczuk
sounds doable ;-) > User channels: API to list channels a user is part of. Needed for profile section channels tab > User packages: Similar to above. API to list...
> > do you need to have the list of channels/packages in the /user/me response or as a separate endpoint? > > I think either would do. I don't see...
I agree that configuration system could be better. I would not like to introduce another type checking library, mainly because of cognitive load for developers to learn two different libraries....
indeed, the timestamps in package's `info/index.json` and `repodata.json` are identical, so the timestamp must be the build time not upload time. alas, no data on upload time is present in...
BTW we have done some load testing using [locust](http://locust.io) and we can process around 100 rps (requests per second) on a standard laptop using single quetz worker (for the download...
hi @bollwyvl, thanks for the valuable suggestions. Automatizing load testing is definitely on our roadmap. I haven't every used the openncensus stack, it's definitely something I would like to investigate....
i forgot about the locust stats, I need to re-generate them, because stupidly I did not conserve them. btw we benchmarked the download endpoint, because it's the one that's going...
it's a very good idea, it might be also added to the current config system
note that the as of #130 repodata patching is implemented as quetz-repodata_patching plugin
Great tutorial! Thanks for the work.