You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default yaml config of cron module contains only one field `jobs`. It's a map of job names to cron pattern. Job names is used like subscription id in inner-message communication.
36
+
Default yaml config of cron module contains only one field `jobs`.
37
+
It's a map of job names to a cron pattern.
38
+
Job names are used like subscription id in inner-message communication.
37
39
38
40
```yaml
39
41
cron:
@@ -46,7 +48,9 @@ cron:
46
48
47
49
## Output
48
50
49
-
Module sends to its outputs empty struct which notifies all connected modules about scheduled event. Each job of cron module has own output with names pointed in configuration file. So if your module should execute some work on `every_second` scheduled events from example you should connect it:
51
+
Module sends to its outputs empty struct which notifies all connected modules about scheduled event.
52
+
Each job of cron module has its own output with names pointed in the configuration file.
53
+
So if your module should execute some work on `every_second` scheduled events from example you should connect it:
0 commit comments