Hard-delete Care remote Queue adapter (Phase 5).
Deploy Ladill Care / deploy (push) Failing after 1m13s

Care Queue Engine is the only path; remove QueueClient, driver config, and remote HTTP tests.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-18 11:16:41 +00:00
co-authored by Cursor
parent 966f0496b2
commit dd4bc493b4
31 changed files with 441 additions and 2108 deletions
@@ -9,18 +9,18 @@ use App\Services\Care\CareQueueContexts;
use Illuminate\Console\Command;
/**
* Backfill Ladill Queue tickets for Care waiters that never received one
* (e.g. demo seed or patients checked in before Queue integration was enabled).
* Backfill Care Queue Engine tickets for waiters that never received one
* (e.g. demo seed or patients checked in before service queues were enabled).
*/
class SyncCareQueueTicketsCommand extends Command
{
protected $signature = 'care:queue-sync-tickets
{--organization= : Organization id (default: all with Queue integration on)}
{--organization= : Organization id (default: all with service queues on)}
{--branch= : Limit to one Care branch id}
{--context=consultation : consultation|pharmacy|laboratory|billing|all}
{--limit=100 : Max tickets to issue per branch+context}';
protected $description = 'Issue missing Queue tickets for Care waiting lists';
protected $description = 'Issue missing Care Queue Engine tickets for waiting lists';
public function handle(CareQueueBridge $bridge): int
{