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
About the callback: the callable can be a pseudo-callable, where the "object" on which the method is called is actually its service name. So the doc should work. There's something called EarlyExpirationDispatcher which will turn the string into the corresponding service.
About messenger.default_bus vsmessenger.bus.default, both should work.
Hey! Seems like an example of a callback in async cache section is incorrect:
It's not a valid callback as the
compute
method is not static in the example:Am I missing something or we should adjust the docs?
The text was updated successfully, but these errors were encountered: