sematic
sematic copied to clipboard
Document basic retry
#159 adds "retry" support. We need to document this!
One behavior users might find particularly confusing is that if a child function fails with an error for which the parent func has a "retry" setting, the child func will not be retried. That is, retries only apply for errors that occur within a run's compute job
👍🏼