feat: add unique id to cron job

This commit is contained in:
rogeecn
2025-03-21 16:54:26 +08:00
parent 885c99ea66
commit 661ebaf6c9

View File

@@ -11,6 +11,8 @@ type CronJob interface {
type JobArgs interface {
river.JobArgs
river.JobArgsWithInsertOpts
UniqueID() string
}
type CronJobArg struct {