Skip to content

Commit 01c905c

Browse files
committed
Add fire_immediately flag parameter for timers
- Time event will be fired at the `start` instant, then every interval thereafter - Closes #2600
1 parent 1544945 commit 01c905c

File tree

13 files changed

+575
-22
lines changed

13 files changed

+575
-22
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Released on TBD (UTC).
44

55
### Enhancements
6+
- Added `fire_immediately` flag parameter for timers where a time event will be fired at the `start` instant and then every interval thereafter (default `False` to retain current behavior) (#2600), thanks for the idea @stastnypremysl
67
- Added `time_bars_build_delay` config option for `DataEngineConfig` (#2676), thanks @faysou
78
- Added support for DEX swaps for blockchain adapter (#2683), thanks @filipmacek
89

0 commit comments

Comments
 (0)