MCPcopy Create free account
hub / github.com/riverqueue/river / neverSchedule

Struct neverSchedule

periodic_job.go:82–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82type neverSchedule struct{}
83
84func (s *neverSchedule) Next(t time.Time) time.Time {
85 // Return the maximum future time so that the schedule never runs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected