-
|
Hi, Is there a simple way to not cache the function results if the function returns with an exit code > 0? Use case, a function doing a network operation and cache it for 24h. If unluckily there is a network outage the first time the function is called, then every subsequent calls will return the same error. I've quickly tried with the new Thanks Small example: |
Beta Was this translation helpful? Give feedback.
Answered by
kumy
Oct 28, 2022
Replies: 1 comment 1 reply
-
|
🤦♂️ Seems a bug is already open for that #25 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
dimo414
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
🤦♂️ Seems a bug is already open for that #25