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
With thanks to Michael Gale for these suggestions.
Use Control.Retry (from retry-0.8.1.2, see Stackage) to retry CronJobs when they fail.
Consider some form of logging library (e.g. Logstash) to log all errors and debug messages, rather than terminal output that can't always be scrolled through.
The text was updated successfully, but these errors were encountered:
With thanks to Michael Gale for these suggestions.
Control.Retry
(fromretry-0.8.1.2
, see Stackage) to retryCronJob
s when they fail.The text was updated successfully, but these errors were encountered: