Skip to content

[Eternal Orchestrator] Timers more than 7days giving error #114

@kanupriya15025

Description

@kanupriya15025

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 working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions