Commit Graph
5 Commits
Author SHA1 Message Date
Adam aa46b11731 cache updater: fix race with saving archives and computing archive hashes
The tasks submitted to the executor compute and set the archive hashes, but the hashes are required by CacheStorage to save them. Ensure the tasks are complete first before saving.
2021-03-07 23:26:23 -05:00
William Collishaw f1c8f380d9 Replace redundant StringBuilder append String.subString with append CharSequence 2019-06-01 13:46:56 -06:00
Tomas Slusny 94a0ee5587 Normalize configuration between cache-updater and http-service
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
2019-03-24 11:44:54 -04:00
Jordan Atwood 547f037330 Remove unused @Slf4j annotations and imports 2018-08-05 10:27:01 -07:00
Adam cda04b7acd Split out cache updater into own project 2018-02-03 19:24:35 -05:00