MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / _Cron_Start

Function _Cron_Start

src/module.c:52–60  ·  view source on GitHub ↗

starts cron and register recurring tasks

Source from the content-addressed store, hash-verified

50
51// starts cron and register recurring tasks
52static bool _Cron_Start(void) {
53 // start CRON
54 bool res = Cron_Start();
55
56 // register recurring tasks
57 Cron_AddRecurringTasks();
58
59 return res;
60}
61
62// print RedisGraph configuration
63static void _Print_Config

Callers 1

RedisModule_OnLoadFunction · 0.85

Calls 2

Cron_StartFunction · 0.85
Cron_AddRecurringTasksFunction · 0.85

Tested by

no test coverage detected