Add Queue Pro billing, renewal, and scheduler.
Deploy Ladill Queue / deploy (push) Successful in 42s
Deploy Ladill Queue / deploy (push) Successful in 42s
Organizations can upgrade from wallet with plan expiry enforcement and nightly qms:pro-renew charges. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -194,6 +194,11 @@ return [
|
||||
],
|
||||
],
|
||||
|
||||
'pro' => [
|
||||
'grace_days' => (int) env('QUEUE_PRO_GRACE_DAYS', 3),
|
||||
'period_days' => (int) env('QUEUE_PRO_PERIOD_DAYS', 30),
|
||||
],
|
||||
|
||||
'rule_types' => [
|
||||
'overflow' => 'Overflow routing',
|
||||
'priority_boost' => 'Priority boost',
|
||||
|
||||
Reference in New Issue
Block a user