mirror of
https://github.com/langgenius/dify.git
synced 2026-04-26 05:35:58 +08:00
update celery beat scheduler time to env
This commit is contained in:
@ -437,7 +437,7 @@ class ImageFormatConfig(BaseSettings):
|
||||
|
||||
|
||||
class CeleryBeatConfig(BaseSettings):
|
||||
CELERY_BEAT_SCHEDULER_TIME: str = Field(
|
||||
CELERY_BEAT_SCHEDULER_TIME: int = Field(
|
||||
description='the time of the celery scheduler, default to 1 day',
|
||||
default=1,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user