mirror of
https://github.com/archtechx/tenancy.git
synced 2026-06-21 18:04:06 +00:00
974 B
974 B
Pending Tenants Reference
Use this when maintaining a pool of prepared tenants.
Source Files
src/Commands/CreatePendingTenants.phpsrc/Commands/ClearPendingTenants.phpsrc/Database/Concerns/HasPending.phpsrc/Database/Concerns/PendingScope.phpsrc/Jobs/CreatePendingTenants.phpsrc/Jobs/ClearPendingTenants.php
Config
pending.include_in_queriespending.count, defaulting toTENANCY_PENDING_COUNTor 5
Commands
php artisan tenants:pending-create
php artisan tenants:pending-create --count=10
php artisan tenants:pending-clear
php artisan tenants:pending-clear --older-than-days=7
php artisan tenants:pending-clear --older-than-hours=12
Rules
- When
include_in_queriesis false, pending tenants are excluded from tenant queries and tenant commands. - Use
withPending(),withoutPending(), andonlyPending()intentionally. - Test command behavior with and without pending tenants included in queries.