docs(config): Add comments that sync mode only works if the queue engine is local. (#692)
Co-authored-by: yukia3e <12268087+yukia3@users.noreply.github.com>
This commit is contained in:
@@ -19,7 +19,7 @@ core:
|
||||
worker_num: 0 # default worker number is runtime.NumCPU()
|
||||
queue_num: 0 # default queue number is 8192
|
||||
max_notification: 100
|
||||
sync: false # set true if you need get error message from fail push notification in API response.
|
||||
sync: false # set true if you need get error message from fail push notification in API response. It only works when the queue engine is local.
|
||||
feedback_hook_url: "" # set webhook url if you need get error message asynchronously from fail push notification in API response.
|
||||
feedback_timeout: 10 # default is 10 second
|
||||
mode: "release"
|
||||
|
||||
Reference in New Issue
Block a user