Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update metadata sync time to morning #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ HOURS_OFFSET_FOR_ANALTYICS=0
# Timezone on which all your analytics are reported.
TIMEZONE=UTC
# Synctime for your metadata
METADATA_SYNC_TIME=03:00
METADATA_SYNC_TIME=07:30

### KPI Configuration
# Sets the maximum number of rows allowed for a KPI to be added.
Expand Down Expand Up @@ -42,7 +42,7 @@ MAX_SUMMARY_DEEPDRILLS_SLACK_DAYS=14
# Sets the enabled time ranges for which Summary and DeepDrills is computed as comma separated values.
SUMMARY_DEEPDRILLS_ENABLED_TIME_RANGES=last_30_days,last_7_days,previous_day,month_on_month,month_to_date,week_on_week,week_to_date
# Enables or disables DeepDrills.
DEEPDRILLS_ENABLED=False
DEEPDRILLS_ENABLED=True
# Sets the maximum number of rows in the first level of the DeepDrills' drilldowns.
DEEPDRILLS_HTABLE_MAX_PARENTS=5
# Sets the maximum number of rows in the subsequent levels of the DeepDrills' drilldowns.
Expand Down