Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
hub
/
github.com/robfig/cron
/ Run
Method
Run
cron.go:36–36 · cron.go::Job.Run
()
Source
from the content-addressed store, hash-verified
34
// Job is an
interface
for
submitted cron jobs.
35
type
Job
interface
{
36
Run()
37
}
38
39
// Schedule describes a job's duty cycle.
Callers
14
appendingWrapper
Function · 0.65
TestChain
Function · 0.65
TestChainRecover
Function · 0.65
TestChainDelayIfStillRunning
Function · 0.65
TestChainSkipIfStillRunning
Function · 0.65
TestNormalizeFields
Function · 0.65
TestNormalizeFields_Errors
Function · 0.65
Recover
Function · 0.65
DelayIfStillRunning
Function · 0.65
SkipIfStillRunning
Function · 0.65
startJob
Method · 0.65
TestBlockingRun
Function · 0.65
Implementers
4
countJob
chain_test.go
Cron
cron.go
DummyJob
cron_test.go
testJob
cron_test.go
Calls
no outgoing calls
Tested by
10
appendingWrapper
Function · 0.52
TestChain
Function · 0.52
TestChainRecover
Function · 0.52
TestChainDelayIfStillRunning
Function · 0.52
TestChainSkipIfStillRunning
Function · 0.52
TestNormalizeFields
Function · 0.52
TestNormalizeFields_Errors
Function · 0.52
TestBlockingRun
Function · 0.52
TestStopAndWait
Function · 0.52
TestMultiThreadedStartAndStop
Function · 0.52