Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Last active April 26, 2016 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/77cb52b654a9966bfd9d99cfb0f27a78 to your computer and use it in GitHub Desktop.
Save dcomartin/77cb52b654a9966bfd9d99cfb0f27a78 to your computer and use it in GitHub Desktop.
BackgroundJob.Schedule(() => Console.WriteLine("Hello, world"), TimeSpan.FromDays(1));
RecurringJob.AddOrUpdate("MyJobId", () => Console.Write("Powerful!"), "0,15,30,45 * * * *");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment