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
It would be great with some examples for both server and client side code (client with no access to server implementation, i.e. defined via celery.signature).
Currently I'm doing something like this client side
But it's not that typesafe on inputs (just settings kwargs). Preferably I'd define the signature with something like this where both input and return type are given.
Hi,
It would be great with some examples for both server and client side code (client with no access to server implementation, i.e. defined via
celery.signature
).Currently I'm doing something like this client side
But it's not that typesafe on inputs (just settings kwargs). Preferably I'd define the signature with something like this where both input and return type are given.
Not sure if it's possible or if there are any good indicators on how to type client side code
The text was updated successfully, but these errors were encountered: