2

Is it possible to write a CRON expression for Hangfire that never triggers? I used the one proposed here and it gives me next execution in 22 years. Is there any permanent/more elegant solution for this?

Krzysztof
  • 498
  • 5
  • 23

1 Answers1

1

Looks like they will be supporting "Manual Jobs" in V1.7 regrettably there is no release date for it

Feature: https://github.com/HangfireIO/Hangfire/issues/382

Milestone: https://github.com/HangfireIO/Hangfire/milestone/50

workabyte
  • 3,496
  • 2
  • 27
  • 35