This repository was archived by the owner on Oct 8, 2025. It is now read-only.
  
  
  
  
What is the point of the python application config "protocol"? #1150
              
                Unanswered
              
          
                  
                    
                      bunny-therapist
                    
                  
                
                  asked this question in
                Support
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Docs say
But it is not a required field, just a "hint", and things seem to work for my asgi app even without it. What is the point of specifying this hint? Does it speed up start up? Does it avoid errors? Is it ever needed or does unit figure out the protocol on its own?
Edit: I found this:
But I do not quite understand how often this fails or what the inference logic has been tested with. If it fails, what kind of error would one get?
Beta Was this translation helpful? Give feedback.
All reactions