-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Labels
Description
I'm using Redash to manage my queries and dashboards. I've enabled the cleanup_query_results job to periodically clear unused queries from the query result table. However, I'd like to customize the scheduling time of this job to run only once a day.
By default, the job seems to run every 5 minutes, which is not ideal for my use case. I've checked the Redash documentation and configuration options, but I'm not sure how to adjust the schedule.
Can someone provide guidance on how to customize the scheduling time of the cleanup_query_results job in Redash?
Specifically, I'd like to know:
- If there are any environment variables or configuration options that control the job's schedule
- Any other relevant settings or considerations that might impact the job's execution frequency
I'd appreciate any help or pointers on how to achieve this. Thank you!