Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(server): emit heartbeat with state

wakonig_k requested to merge fix/gui_status_update into main

Description

This MR fixes a problem that lead to a timeout, usually in the auto-update scripts.

Related Issues

closes #295 (closed) #280 (closed)

Type of Change

  • Added explicit server state to the heartbeat
  • Increased expiration from 1 s to 10 s
  • Added default gui_id (the previous default None would lead to a crash)

Additional Comments

We could even increase the expiration to, say 100 s but I think 10 should be fine.

Definition of Done

  • Documentation is up-to-date.
Edited by wakonig_k

Merge request reports

Loading