update readme
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
using NATS, JSON, UUIDs, Dates, PrettyPrinting, DataFrames, Arrow, HTTP, Base64
|
||||
|
||||
# Include the bridge module
|
||||
include("../src/msghandler.jl")
|
||||
include("/home/ton/docker-apps/sommpanion/msghandler/src/msghandler.jl")
|
||||
using .msghandler
|
||||
|
||||
# Configuration
|
||||
@@ -39,7 +39,7 @@ function test_mix_receive()
|
||||
# Use msghandler.smartunpack to handle the data
|
||||
# API: smartunpack(msg, download_handler; max_retries, base_delay, max_delay)
|
||||
result = msghandler.smartunpack(
|
||||
msg;
|
||||
env_json_str;
|
||||
max_retries = 5,
|
||||
base_delay = 100,
|
||||
max_delay = 5000
|
||||
|
||||
Reference in New Issue
Block a user