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
I want both sync and async functions to have a timeout, so that they can be cancelled either via a timeout or calling the cancel function. In the future, maybe we can have a list of running actions, especially long-running async ones, so we can cancel them via the API or the #472. The scope of this ticket is to only have the timeout cancellation.
From
act/registry.go:253
:This can be achieved using
context.WithTimeout
or something similar, just like policy evaluation timeout.The text was updated successfully, but these errors were encountered: