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 651dead commit b82a946Copy full SHA for b82a946
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 broker, then you need to replace subject with queue.
75
- # If you are using kafka broker, then you need to replace subject with topic.
+ # If you are using RabbitBroker, then you need to replace subject with queue.
+ # If you are using KafkaBroker, then you need to replace subject with topic.
76
subject="test-subject",
77
schedule=[{
78
"cron": "* * * * *",
0 commit comments