mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 22:35:11 -06:00
fix: add default
This commit is contained in:
@@ -72,9 +72,10 @@ type TickerOpts struct {
|
||||
func defaultTickerOpts() *TickerOpts {
|
||||
logger := logger.NewDefaultLogger("ticker")
|
||||
return &TickerOpts{
|
||||
l: &logger,
|
||||
tickerId: uuid.New().String(),
|
||||
dv: datautils.NewDataDecoderValidator(),
|
||||
l: &logger,
|
||||
tickerId: uuid.New().String(),
|
||||
dv: datautils.NewDataDecoderValidator(),
|
||||
cronPollingTimeout: 5 * time.Second,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user