I'd like some 'retry' functionality built into Dark #4376
Replies: 3 comments 1 reply
-
If this were handled in stdlib functions alone, here's a really rough sketch of a function I'd reach for:
Likely, we'd also have a lower-level
|
Beta Was this translation helpful? Give feedback.
-
There's probably room for something much more sophisticated than a simple standard library function, though. I imagine much fancier 'retry' buttons in the Editor - an extension of the current analysis functionality. |
Beta Was this translation helpful? Give feedback.
-
Can you describe the problem? You want to retry HttpClient calls? |
Beta Was this translation helpful? Give feedback.
-
(I thought about this while working on the new HttpClient)
What does 'retry' look like in Dark long-term?
Beta Was this translation helpful? Give feedback.
All reactions