11# taskiq-memphis
22
3- This library provides you with memphis broker for taskiq.
3+ This library provides you with memphis broker for taskiq.
44** You need python version >=3.8**
55
66### Usage:
@@ -26,7 +26,7 @@ MemphisBroker parameters:
2626* ` port ` - memphis server port.
2727* ` username ` - username.
2828* ` connection_token ` - connection token.
29- * ` password ` - password for username.
29+ * ` password ` - password for username.
3030* ` result_backend ` - custom result backend.
3131* ` task_id_generator ` - custom task_id genertaor.
3232* ` reconnect ` - turn on/off reconnection while connection is lost.
@@ -77,11 +77,11 @@ Memphis `station` parameters you can configure:
7777* ` schema_name ` - name of the schema. (You can create it only via memphis UI now)
7878* ` send_poison_msg_to_dls ` - send poisoned message to dead letter station or not.
7979* ` send_schema_failed_msg_to_dls ` - send schema failed message to dead letter station or not.
80- * ` tiered_storage_enabled ` - tiered storage enabled or not.
81-
80+ * ` tiered_storage_enabled ` - tiered storage enabled or not.
81+
8282Memphis ` producer ` parameters you can configure:
8383* ` producer_name ` - producer name. Required.
84- * ` generate_random_suffix ` - add suffix to producer name. Default - ` True ` .
84+ * ` generate_random_suffix ` - add suffix to producer name. Default - ` True ` .
8585** DON'T SET THIS VARIABLE TO ` FALSE ` IF YOU WANT TO USE MORE THAN ONE PRODUCER.**
8686
8787Memphis ` produce ` method parameters you can configure:
@@ -98,7 +98,7 @@ Memphis `consumer` parameters you can configure:
9898* ` batch_max_time_to_wait_ms ` - max time in milliseconds to wait between pulls.
9999* ` max_ack_time_ms ` - max time for ack a message in milliseconds.
100100* ` max_msg_deliveries ` - max number of message deliveries.
101- * ` generate_random_suffix ` - concatenate a random suffix to consumer's name.
101+ * ` generate_random_suffix ` - concatenate a random suffix to consumer's name.
102102** DON'T SET THIS VARIABLE TO ` FALSE ` IF YOU WANT TO USE MORE THAN ONE CONSUMER.**
103103* ` start_consume_from_sequence ` - start consuming from a specific sequence.
104104* ` last_messages ` - consume the last N messages.
0 commit comments