Hard-delete Care remote Queue adapter (Phase 5).
Deploy Ladill Care / deploy (push) Failing after 1m13s
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user