Loïc Mathieu
Loïc Mathieu
### Feature description From the webserver we have two follow endpoints to follow and execution running, or execution logs. Those use the queue so, in JDBC, they poll the database...
Fixes #5492 The removed methods in the run context are still used by the JIRA plugin so we will wait for it to be refactored before this PR can be...
Fixes #5694 I added a breaking change notice but as there is a very high probability that nobody is in the condition to have the breaking change it may not...
Using Cloud SQL is not that simple as it needs additional libraries, configuration and native support. All these are explained in the guide: https://quarkus.io/guides/deploying-to-google-cloud But when things changed, a guide...
Can it be backported to 3.21 as it's based on 3.21, but it didn't make it in time for the release?
### Describe the issue When an error message is big, the toaster cannot be closed.  We should either have a scrollbar or limit the number of characters (with possibly...
- By default, switch from quick polling to long polling after 30s of inactivity on a queue - By default, configure long polling interval to 500ms - Use steps to...
Part-of: https://github.com/kestra-io/kestra-ee/issues/3136
WIP
### What changes are being made and why? --- ### How the changes have been QAed? --- ### Setup Instructions
May be related to https://github.com/kestra-io/kestra/issues/7406