Closed kmazurek closed 4 years ago
:exclamation: No coverage uploaded for pull request base (
develop@6f4df24
). Click here to learn what that means. The diff coverage isn/a
.
@@ Coverage Diff @@
## develop #5114 +/- ##
==========================================
Coverage ? 90.04%
==========================================
Files ? 236
Lines ? 22227
Branches ? 0
==========================================
Hits ? 20015
Misses ? 2212
Partials ? 0
Resolves: https://github.com/golemfactory/golem/issues/5099
Adds logic for downloading app definition JSON files from CDN in Task API
AppManager
. The definition files are distinguished based on their file name (which, among other things, should contain the hash of the file's contents). Updating apps is done uponAppManager
init and then periodically (once a day usingDailyJobsService
). For every new definition downloaded an RPC event is fired (evt.apps.new_definition
).