mirror of
https://github.com/docmost/docmost.git
synced 2026-05-09 15:53:10 +08:00
feat: billing sync (cloud) (#899)
* Set page history to 5 minutes interval * * Configure default queue options * sync * * stripe seats sync (cloud)
This commit is contained in:
@@ -2,6 +2,7 @@ export enum QueueName {
|
||||
EMAIL_QUEUE = '{email-queue}',
|
||||
ATTACHMENT_QUEUE = '{attachment-queue}',
|
||||
GENERAL_QUEUE = '{general-queue}',
|
||||
BILLING_QUEUE = '{billing-queue}',
|
||||
}
|
||||
|
||||
export enum QueueJob {
|
||||
@@ -11,6 +12,6 @@ export enum QueueJob {
|
||||
PAGE_CONTENT_UPDATE = 'page-content-update',
|
||||
|
||||
PAGE_BACKLINKS = 'page-backlinks',
|
||||
|
||||
STRIPE_SEATS_SYNC = 'sync-stripe-seats',
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user