Commit a6ec7f3
feat: add new CronTrigger task type (#1632)
* [feat] Add CronTrigger
* [feat] Add timezone support to CronTrigger
* docs: utc -> tz rename
Signed-off-by: 18 <[email protected]>
* ci: correct from checks.
* docs: specify tz as datetime attribute
I'm aware that datetime is not what it actually is, but we shouldn't be using private data types in our docstrings. Developers will additionally be using it as a reference, not the literal representation when using
Signed-off-by: 18 <[email protected]>
---------
Signed-off-by: 18 <[email protected]>
Co-authored-by: 18 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>1 parent ced71df commit a6ec7f3
File tree
3 files changed
+2532
-25
lines changed- interactions/models/internal/tasks
3 files changed
+2532
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
140 | 142 | | |
141 | 143 | | |
142 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
0 commit comments