mirror of
https://github.com/FlipsideCrypto/livequery-models.git
synced 2026-02-06 10:56:46 +00:00
update slack_alert
This commit is contained in:
parent
603ae9f16d
commit
b495238be8
@ -204,7 +204,7 @@
|
||||
{# Handle threading for failures #}
|
||||
{%- if enable_auto_threading and total_failures > 0 and not use_webhook and slack_channel -%}
|
||||
{%- set main_response = fromjson(result.rows[0][0]) -%}
|
||||
{%- set main_thread_ts = main_response.data.ts -%}
|
||||
{%- set main_thread_ts = main_response.ts or (main_response.data and main_response.data.ts) -%}
|
||||
|
||||
{{ log("Starting threading with " ~ failure_metadata|length ~ " jobs", true) }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user