-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
respect max execution time limit for transitions plugin #15652
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
Conversation
Code looks good to me but I'm not too familiar with the related code, so I think @tsteur may want to take a look as well |
Looks good. Left one comment. Haven't tested it though. Be good to make sure some error message will be shown in the UI if the query fails because of a timeout similar to Visitor Log. I suppose that's what happens automatically anyway. Just need to see how it behaves when it's used in transitions eg through a row action |
ace34e3
to
05b7cb3
Compare
@tsteur it show the exception in the overlay if loading a transition through a row action: |
@sgiehl I just tested it and it doesn't work. That's because the ranking query will be applied and therefore it's not after the first This is my setting
|
btw we could in worst case move this out of 3.13.4 into 3.13.5 if we wanted to release 3.13.4 earlier |
ba218c1
to
629c1df
Compare
@tsteur updated the code so it works with the ranking query correctly. |
fixes #15609