Skip to content

Schedule PriceTable Update

Peter-Jan Brone requested to merge schedule-pt-update into master

MERGE REQUEST

MR Guidelines

Overview

This MR adds code that hardens the worker in the sense that it will recover faster should the host deem its current price table invalid. It does so by scheduling a price table update sooner than it would have otherwise, immediately after it encounters an error coming from the host that the price table was not found or was expired. This can happen for example when the host reboots, the renter will still have the price table UID they originally agreed on, but seeing as price tables are not persisted, the host won't know about it.

Example for Visual Changes

N/A

Checklist

Review and complete the checklist to ensure that the MR is complete before assigned to an approver.

  • All new methods or updated methods have clear docstrings
  • Testing added or updated for new methods
  • Any new packages are added to Makefile and .gitlab-ci.yml
  • API documentation updated for API updates
  • Module README.md updated for changes to workflow
  • Issue added to Sia-UI repo for new supporting features
  • Changelog File Created

Issues Closed

N/A

Merge request reports