You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per Bug 1565659, a scheduled query failed several times in a row and got itself into a state where, due to exponential backoff, it would not try again for 6 months. For a query that is expected to run every day, this is no good.
An upper bound of 24hrs (or the query refresh interval, whichever is larger) seems reasonable.
Steps to Reproduce
Write a query, run it on a scheudule
Cause this query to fail several times in a row (exercise to the reader)
Fix the thing that was causing failures
wait 6 months for the next scheduled update.
Technical details:
Redash Version: prod deployed at sql.telemetry.mozilla.org
Browser/OS: Nightly 70 / MacOS Mojave
How did you install Redash:
The text was updated successfully, but these errors were encountered:
This would definitely be a feature we would want to propose upstream since it's a pretty central part of Redash and I'd rather not mock around with those internals in the fork.
Issue Summary
Per Bug 1565659, a scheduled query failed several times in a row and got itself into a state where, due to exponential backoff, it would not try again for 6 months. For a query that is expected to run every day, this is no good.
An upper bound of 24hrs (or the query refresh interval, whichever is larger) seems reasonable.
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: