-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
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
[Kestra EE] SQL Triggers broken in 0.19 #5401
Comments
I tried it with 0.19.2 (and develop) and I cannot reproduce the error. |
Hi @loicmathieu , Yes, I use multi-tenancy, and I'm on JDBC architecture. I'll try again just in case there was some other error, I did have this error when I was first attempting to deploy, but the problem eventually resolved itself after failing to deploy the container a bunch of times.
|
@johnkm516 this should be fixed in the upcoming bug release today. You should be able to use your original flows without any change. |
Fixed by kestra-io/plugin-jdbc#399 It will be included in today 0.19 release |
Tested on my hand, seems ok 👍 |
Describe the issue
None of the SQL Triggers like
are working properly since 0.19.
I have a default worker and a worker group with a worker group key deployed. The triggers are executed by the default worker (no worker group key specified in the flow YAML).
Looking at the server logs for the default worker, the triggers are not being executed at all. However tasks with no worker specified (such as an SQL query task with no worker key specified) seem to work fine. Only triggers are affected.
Environment
The text was updated successfully, but these errors were encountered: