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
Let's say my bundle uses abortAllRunsOnGracefulAbort = true and receives aborting signal (it's gracefully aborted) while it's waiting for a contact-info-scraper run to finish:
Currently the call method returns ActorRun with status === 'ABORTED'. IMO the call method should not return anything (it should sleep until the abort) if a bundle was aborted by the library. Otherwise the dev needs to handle two kinds of 'ABORTED': 1) aborted by the library 2) aborted by a user