Commit 9af0642
authored
feat: Ensure AutoEvent execution happens at the configured interval (#1680)
* feat: Ensure AutoEvent execution happens at the configured interval
This change ensures AutoEvent execution happens at the given interval.
If `readResource` takes longer than the AutoEvent interval, events will come at the speed of the read function.
Signed-off-by: FelixTing <felix@iotechsys.com>
* fix: Address change requests
Signed-off-by: FelixTing <felix@iotechsys.com>
---------
Signed-off-by: FelixTing <felix@iotechsys.com>1 parent ef783ae commit 9af0642
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
50 | 52 | | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
0 commit comments