-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Description
I have implemented a scheduler out of an eternal orchestrator. This scheduler evaluates a cron expression and calculates the next execution time based on it. This eternal orchestrator now needs to sleep till this next execution time.
I was reading the documentation on timers in durable framework, and according to this there is no limitation on timers for java, however when I tried it I am getting this error :
Microsoft.WindowsAzure.Storage: The argument 'initialVisibilityDelay' is larger than maximum of '7.00:00:00' (Parameter 'initialVisibilityDelay').
Can you help me understand if this is a bug or am I doing something wrong. Here the delay I am generating is of 44 days.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working