Add log for when the job key is written
This commit is contained in:
parent
2fe896ba6a
commit
e17e0e4172
1 changed files with 2 additions and 0 deletions
|
@ -420,6 +420,8 @@ class EphemeralBuilderManager(BaseManager):
|
|||
|
||||
lock_payload = json.dumps(payload)
|
||||
|
||||
logger.debug('Writing key for job %s with expiration in %s seconds', build_uuid,
|
||||
self._ephemeral_setup_timeout)
|
||||
try:
|
||||
yield From(self._etcd_client.write(job_key, lock_payload, prevExist=False,
|
||||
ttl=self._ephemeral_setup_timeout))
|
||||
|
|
Reference in a new issue