Skip to content

Scheduler worker#77

Merged
MrSmoke merged 12 commits intomasterfrom
scheduled-worker
Apr 10, 2024
Merged

Scheduler worker#77
MrSmoke merged 12 commits intomasterfrom
scheduled-worker

Conversation

@happymancoder
Copy link
Contributor

Code changes

  • Add scheduler worker with cron expresssion
  • Add ClikView.Extensions.Hosting.Tests test project

/// <summary>
/// Maximum extra time in second delayed before the scheduled task can start
/// </summary>
public uint MaxJitter { get; } = 120;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use TimeSpan here as its a bit more clear what the values should be

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done.

@MrSmoke MrSmoke merged commit c04dbd4 into master Apr 10, 2024
@MrSmoke MrSmoke deleted the scheduled-worker branch March 4, 2025 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants