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
if amqp server in cloudamqp - docker container works only with -e DEBUG=True
use-case 2
if url path contains - there is no exchange will be created, but service return 200 - for example example.com/webhook/my-super-queues will be fail, but example.com/webhook/mysuperqueues will be correct creation
use-case 3
if my server does not want use path prefix (-e PATH_PREFIX="") service return an 400 Bad request
use-case 1
-e DEBUG=Trueuse-case 2
-there is no exchange will be created, but service return 200 - for exampleexample.com/webhook/my-super-queueswill be fail, butexample.com/webhook/mysuperqueueswill be correct creationuse-case 3
-e PATH_PREFIX="") service return an400 Bad request