DeliveryRetryJob
This commit is contained in:
@@ -8,3 +8,7 @@ import (
|
||||
func QuotaDayString() string {
|
||||
return time.Now().In(timeext.TimezoneBerlin).Format("2006-01-02")
|
||||
}
|
||||
|
||||
func NextDeliveryTimestamp(now time.Time) time.Time {
|
||||
return now.Add(5 * time.Second)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user