remove scheduler (#964)

This commit is contained in:
Shuchang Zheng
2024-10-11 15:26:58 -07:00
committed by GitHub
parent 7012ee0f2b
commit 75a3d66f16
3 changed files with 0 additions and 22 deletions

View File

@@ -3,13 +3,3 @@ from enum import StrEnum
class OrganizationAuthTokenType(StrEnum):
api = "api"
class ScheduleRuleUnit(StrEnum):
# No support for scheduling every second
minute = "minute"
hour = "hour"
day = "day"
week = "week"
month = "month"
year = "year"