Skip to content

Queue

In this guide, you'll learn how to run the server in Request/Response mode. To create operations for the Queue mode look at GraphQL Operations.

Here will learn how to configure the server to run on Queue mode which its very simple set the device to queue

Settings

config/spoc.toml
[spoc.zmq]
...
device = "queue"  # options: queue, forwarder, streamer
...
python main.py runserverINFO - Starting Application . . .