Skip to content
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

Closed
jgomer2001 opened this issue May 25, 2022 · 1 comment
Closed

feat(agama): enhance how flows timeout #1446

jgomer2001 opened this issue May 25, 2022 · 1 comment
Assignees
Labels
kind-feature Issue or PR is a new feature request
Milestone

Comments

@jgomer2001
Copy link
Contributor

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

Flow blah...
    Basepath ""
    Timeout 300 seconds
    ...

so the value in configuration can be skipped, and if Timeout is missing, siuul can be used instead.

@jgomer2001 jgomer2001 self-assigned this May 25, 2022
@mo-auto mo-auto added the kind-feature Issue or PR is a new feature request label 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
@moabu moabu added this to the 1.0.1 milestone Jun 15, 2022
@moabu moabu modified the milestones: 1.0.1, 1.0.2 Jul 8, 2022
@moabu moabu modified the milestones: 1.0.2, 1.0.3 Aug 30, 2022
@moabu moabu modified the milestones: 1.0.3, 1.0.4 Nov 3, 2022
@moabu moabu modified the milestones: 1.0.4, 1.0.5 Nov 14, 2022
@moabu moabu modified the milestones: 1.0.5, 1.0.6 Dec 1, 2022
@moabu moabu modified the milestones: 1.0.6, 1.0.7 Jan 9, 2023
@jgomer2001
Copy link
Contributor Author

fixed by #1447

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind-feature Issue or PR is a new feature request
Projects
None yet
Development

No branches or pull requests

3 participants