Skip to content

Job Status Feed

LyftData keeps job and worker status live in the UI so you can see when a job is staged, deployed, running, and healthy without refreshing the page.

Where status appears

  • Jobs list: quick status badges and last activity.
  • Job detail: live run history, recent issues, and per-worker deployment state.
  • Workers: which jobs are running on each worker and whether the worker is healthy.

Troubleshooting

If status looks stale or inconsistent:

  1. Refresh the page and confirm you are still signed in.
  2. Check connectivity: the UI relies on long-lived HTTP connections for live updates. Reverse proxies, VPNs, and corporate gateways can break streaming connections.
  3. Check permissions: if you are using an API token, make sure it has read access to jobs/workers and live status.
  4. Check the server logs for API errors during status updates.

If you are building external monitoring, prefer the metrics and logs guidance in Monitoring and Logs and issues rather than depending on UI-oriented status streams.