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 the documentation it looks like I need a background_task. But when running this example, I am getting this exception: AttributeError: 'QuartTrio' object has no attribute 'nursery'. Is there something wrong in the code or a bug? I could not find any solution in the docs. Appreciate any suggestion.
The text was updated successfully, but these errors were encountered:
But there is another question. Suppose that a background_task is mandatory for the web application. Is there a way to force stop the web application automatically if the background task returns or crashes?
I am trying to run a loop concurrently with the web server, like this:
From the documentation it looks like I need a background_task. But when running this example, I am getting this exception:
AttributeError: 'QuartTrio' object has no attribute 'nursery'
. Is there something wrong in the code or a bug? I could not find any solution in the docs. Appreciate any suggestion.The text was updated successfully, but these errors were encountered: