reugn / go-quartz

Minimalist and zero-dependency scheduling library for Go
https://pkg.go.dev/github.com/reugn/go-quartz/quartz
MIT License
1.8k stars 85 forks source link

Trigger should be serializable #82

Closed freewu32 closed 8 months ago

freewu32 commented 11 months ago

The Trigger contained in scheduledJob cannot be serialized

reugn commented 10 months ago

@freewu32, could you give more details about your particular use case?

reugn commented 10 months ago

Normalization of the description method format has been done in #89, which can be used for Trigger serialization.

freewu32 commented 10 months ago

this looks good