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
The controller is stateless and can be safely reused across requests.
17
18
Using functools.cache memoizes this function so a single instance is reused per process; it does not by itself guarantee thread-safe initialization in multi-threaded setups.
18
-
19
+
19
20
Returns:
20
21
RocketController: Shared controller instance for rocket operations.
0 commit comments