What you’ll accomplish
You will hand one Queue Unit to an active Edge and understand how Layarva prevents the Cloud and Edge from issuing conflicting tickets.Prerequisites
- An active paired Edge.
- A configured Queue Unit.
- Queue management permission.
- A trusted Edge clock.
Grant authority
- Open the Queue Unit Overview.
- Find Edge server.
- Select Hand over to Edge.
- Choose the active Edge and confirm.
- Verify the authority holder, epoch, lease freshness, and configuration version.
Lease and epoch
Edge authority is a renewable 120-second lease. A worker can expire or reconcile it if the Edge stops synchronizing. Every handover advances the Queue Unit’s epoch. The epoch is stored on the Queue Unit so a removed authority record cannot accidentally make an old Edge trustworthy again. The assignment row is locked while changing authority, preventing two Admins from handing the same Queue Unit to different Edge devices at the same time.Configuration synchronization
Any Queue configuration change that Edge must learn incrementsedgeConfigVersion. A version mismatch forces a complete bootstrap refresh instead of a fragile stream of deltas.
Ticket number blocks
Edge normally reserves blocks of 100 ticket numbers, with a minimum requested block of 10. Reserved numbers are never reused after a conflict or outage; a gap is safer than issuing the same customer number twice.Reconciliation
When the WAN returns:- Edge renews authority and uploads operations.
- The Platform applies idempotent operation IDs.
- Conflicts are recorded for administrative review.
- Queue activity and reports show reconciled events.
- Platform webhooks are emitted in applied order.

