feat: Add MINUTELY recurrence type and enhance scheduler handling
This commit is contained in:
@@ -31,6 +31,7 @@ class RecurrenceType(str, Enum):
|
||||
"""Recurrence patterns."""
|
||||
|
||||
NONE = "none" # One-shot task
|
||||
MINUTELY = "minutely"
|
||||
HOURLY = "hourly"
|
||||
DAILY = "daily"
|
||||
WEEKLY = "weekly"
|
||||
|
||||
Reference in New Issue
Block a user