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
From a user perspective, the less setup required the better. I personally find the second example (example.py) more user-friendly especially for non-very technical users.
The user has to just add an async: True and don't bother tinkering/figuring out stuff for another ~hour about how Queue or something else works.
From a user perspective, the less setup required the better. I personally find the second example (
example.py
) more user-friendly especially for non-very technical users.The user has to just add an
async: True
and don't bother tinkering/figuring out stuff for another ~hour about howQueue
or something else works.@jvmvik @ilyazub @hartator what do you guys think?
@aliayar @marm123 @schaferyan have you guys noticed similar issues for the users or have any users requested similar things?
What if instead of this:
Users can do something like this and we handle everything under the hood:
Under the hood code example:
Is there a specific reason we haven't done it before?
The text was updated successfully, but these errors were encountered: