Skip to content

Function runs forever #1

@pcarva

Description

@pcarva

In my code I made a little change, to test the execution with more time. So in LongRunningProcessOrchestrator.cs I changed the RunAsync method with var delay = TimeSpan.FromMinutes(15);

So the task should delay for 15 minutes. The problem is that method is being executed multiple times, and it doesn´t stops.

image

I was expecting to get a Complete status after 15 minutes, and is not happening.

If I set var delay = TimeSpan.FromMinutes(5); works fine. But more than 10 minutes start failing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions