We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1 task locks are expired. Tasks will be retried.
2021-07-07 08:54:37 +0000 [INFO] (0016@[0:default]+🧇🧇🧇: snow>: 🏃♀️🏃♀️🏃♀️.sql 2021-07-07 08:54:38 +0000 [INFO] (0016@[0:default]+🧇🧇🧇: CREATE OR REPLACE TABLE 😀😀😀😀 AS ... 2021-07-07 10:42:50 +0000 [WARN] (lock-expire-0): 1 task locks are expired. Tasks will be retried. 2021-07-07 10:42:52 +0000 [INFO] (0017@[0:default]+🧇🧇🧇: snow>: 🏃♀️🏃♀️🏃♀️.sql 2021-07-07 10:42:52 +0000 [INFO] (0017@[0:default]+🧇🧇🧇: CREATE OR REPLACE TABLE 😀😀😀 AS ...
結果として、Snowflakeクエリが二重で実行されてしまう。
The text was updated successfully, but these errors were encountered:
どうもrunTaskメソッドから発生する例外の種類によっては、うまくdigdagさん側がcatchしてくれず、ジョブが終わらない状態に入ってしまう様子である。ちゃんと例外を投げるは #16 でちゃんとしたつもり。この不具合は現状で再現するだろうか?
runTask
Sorry, something went wrong.
No branches or pull requests
結果として、Snowflakeクエリが二重で実行されてしまう。
The text was updated successfully, but these errors were encountered: