Skip to content

Commit

Permalink
Allow build canceller to set keys in orchestrator (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
kleesc committed Jan 5, 2021
1 parent da9968c commit bb0381f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions buildman/orchestrator.py
Expand Up @@ -471,8 +471,6 @@ def get_key(self, key):
return value.decode("utf-8")

def set_key(self, key, value, overwrite=False, expiration=None):
assert not self.is_canceller_only

try:
already_exists = self._client.exists(key)
if already_exists and not overwrite:
Expand Down

0 comments on commit bb0381f

Please sign in to comment.