We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0acf176 commit 8396c11Copy full SHA for 8396c11
README.md
@@ -71,8 +71,8 @@ taskiq_broker = BrokerWrapper(broker)
71
# create periodic task
72
taskiq_broker.task(
73
message="Hi!",
74
- # If you are using rabbitmq, then you need to replace subject with queue.
75
- # If you are using kafka, then you need to replace subject with topic.
+ # If you are using rabbitmq broker, then you need to replace subject with queue.
+ # If you are using kafka broker, then you need to replace subject with topic.
76
subject="test-subject",
77
schedule=[{
78
"cron": "* * * * *",
0 commit comments