The existing implementation ended up exceeding the nginx timeout (remote
scheduler backend).
Related to T1931
Differential D2457
scheduler.backend: Make filter_task_to_archive a paginated endpoint ardumont on Dec 14 2019, 11:25 AM. Authored by
Details
The existing implementation ended up exceeding the nginx timeout (remote Related to T1931 tox
Diff Detail
Event TimelineComment Actions Build is green Comment Actions
Now the behavior is enforced server side. It is already dealt with within the Comment Actions Build is green Comment Actions Please use the same pagination mechanism as the other services, for consistency. eg. https://forge.softwareheritage.org/source/swh-indexer/browse/master/swh/indexer/storage/__init__.py$791-813 and https://forge.softwareheritage.org/source/swh-search/browse/master/swh/search/elasticsearch.py$123-140 also, rename limit to count, also for consistency with them. (I'll review the rest of the diff after you're done) Comment Actions
Thanks for the links
sure note that the storage one stills uses limit Comment Actions
(I initially kept the original signature so it did not touch the client part) This also:
Comment Actions Build is green Comment Actions Fix docstring
Comment Actions Build is green
Comment Actions
Comment Actions Build is green
Comment Actions Build is green |