Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/nestjs/nest
/ handleInterval
Method
handleInterval
sample/27-scheduling/src/tasks/tasks.service.ts:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
@Interval(10000)
14
handleInterval() {
15
this.logger.debug(
'Called every 10 seconds'
);
16
}
17
18
@Timeout(5000)
19
handleTimeout() {
Callers
nothing calls this directly
Calls
1
debug
Method · 0.65
Tested by
no test coverage detected