When an automatic update is attempted, many changes from the already recorded history of the worker are considered divergence making the update attempt failed.
Some of these checks are not mandatory for the worker to get updated, but are useful as "warnings" for the user, such as the requirement that every previously invoked worker function must produce the same result as before.
We want to introduce levels of divergence the check and allow somehow to bypass the non-critical ones like the one above. (For example by providing a force parameter to the update command, or some other way to configure this).
When an automatic update is attempted, many changes from the already recorded history of the worker are considered divergence making the update attempt failed. Some of these checks are not mandatory for the worker to get updated, but are useful as "warnings" for the user, such as the requirement that every previously invoked worker function must produce the same result as before.
We want to introduce levels of divergence the check and allow somehow to bypass the non-critical ones like the one above. (For example by providing a
force
parameter to the update command, or some other way to configure this).