feat(quota): enhance quota task management with new request structures and processing logic
This commit is contained in:
@@ -3,8 +3,6 @@ package types
|
||||
const (
|
||||
// ForthwithSendEmail forthwith send email
|
||||
ForthwithSendEmail = "forthwith:email:send"
|
||||
// ScheduledBatchSendEmail scheduled batch send email
|
||||
ScheduledBatchSendEmail = "scheduled:email:batch"
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
package types
|
||||
|
||||
const (
|
||||
// ScheduledBatchSendEmail scheduled batch send email
|
||||
ScheduledBatchSendEmail = "scheduled:email:batch"
|
||||
|
||||
// ForthwithQuotaTask create quota task immediately
|
||||
ForthwithQuotaTask = "forthwith:quota:task"
|
||||
)
|
||||
Reference in New Issue
Block a user