-
Notifications
You must be signed in to change notification settings - Fork 75
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
feat(agama): enhance how flows timeout #1446
Comments
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
jgomer2001
added a commit
that referenced
this issue
May 25, 2022
yuriyz
pushed a commit
that referenced
this issue
May 25, 2022
* feat: dsl grammar adjustments #1446 * chore: refactor transpilation process and include flow timeout #1446 * chore: move script to proper location #1446 * chore: update computation of effective flow timeout #1446 * chore: use status bean to detect flow timeout #1446 * chore: remove property from agama configuration #1446
fixed by #1447 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently agama flows timeout using the amount of time given in the configuration. This value has to be less than or equal to
sessionIdUnauthenticatedUnusedLifetime
(siuul)It will be more flexible if the timeout value can be supplied in the header like
so the value in configuration can be skipped, and if
Timeout
is missing,siuul
can be used instead.The text was updated successfully, but these errors were encountered: