Skip to content

Recuring Job only called once in Blazor Hybrid App #1488

Answered by aritchie
konrad79 asked this question in Q&A
Discussion options

You must be logged in to vote

Jobs don't work like that. Periodic != Scheduled. The OS truly decides how often things run. MinimumTime is used to ensure it doesn't run too often.

https://shinylib.net/client/jobs/faq/

And are there older versions, because I found a lot of examples using Job parameters like "Repeat = true", "PeriodicTime = ..." and others, that doesn't exist in Shiny.NET for .NET8 (anymore?).

The current samples don't have this. Docs are behind though.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@konrad79
Comment options

Answer selected by konrad79
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants