SiftLab Status

Server Updated: {{ serverUpdatedAt ? serverUpdatedAt.toLocaleTimeString('sv-SE') : 'N/A' }} Client Updated: {{ clientUpdatedAt ? clientUpdatedAt.toLocaleTimeString('sv-SE') : 'N/A' }} Turnaround: {{ batch.Dur }}s

Debug Information
{{ debug }}

No debug target selected. Click the 'debug' action on a platform to view its data.

Workers

{{ v }}
{{ worker.name }} {{ new Date(worker.startedAt).toLocaleString() }} ({{ Math.round((new Date() - new Date(worker.startedAt))/(60000))}} min) {{ worker.busyMinutes.toLocaleString() }} Err: {{ worker.Err }} Stuck > 2 days Stuck > 12 hours OK

Platforms

Name Version Queue Support Level Drivers App Mem (GB) App Disk (GB) DB Disk (GB) Uptime Node Name Issues Actions
{{ job.Config.Name }} 🦆 {{ job.Config.Ref.slice(0, 10) }} [{{daysAgo(job.Config.Ts)}}] {{ job.Result.queue.Info.Queue }}/{{ job.Result.queue.Info.SnapshotQueue }} {{ job.Config.CustomerType || '-' }} {{ driver }} {{ Math.round(job.Result.app_memory.Info.sys / (1024 * 1024 * 1024) * 100) / 100 }} [{{ job.Config.MemReq }}/{{ job.Config.MemLimit }}] {{ Math.round(job.Result.app_disk.Info.Free / (1024 * 1024 * 1024) * 100) / 100 }} Free [{{ Math.round(job.Result.app_disk.Info.Total / (1024 * 1024 * 1024) * 100) / 100 }} Total] {{ Math.round(job.Result.db.Info.Free / (1024 * 1024 * 1024) * 100) / 100 }} Free [{{ Math.round(job.Result.db.Info.Capacity / (1024 * 1024 * 1024) * 100) / 100 }} Total] {{ Math.round(((+new Date()) / 1000 - job.Result.uptime.Info.StartedAtTs) / 3600 / 24 * 10) / 10 }} days {{ job.Result.k8s.Info.NodeName }} {{ issue.LastErr }}

Integrations (Proxy)

{{ v }}
{{ e.Platform }} {{ e.Driver }} {{ e.InProgress ? timeSince(getFirstTs(e.InProgress)) : '' }} {{ successEvents(e).length > 0 ? timeSince(getLatestTs(successEvents(e))) : '' }} {{ failedEvents(e).length > 0 ? timeSince(getLatestTs(failedEvents(e))) : '' }}