feat: add unique id to cron job
This commit is contained in:
@@ -11,6 +11,8 @@ type CronJob interface {
|
||||
type JobArgs interface {
|
||||
river.JobArgs
|
||||
river.JobArgsWithInsertOpts
|
||||
|
||||
UniqueID() string
|
||||
}
|
||||
|
||||
type CronJobArg struct {
|
||||
|
||||
Reference in New Issue
Block a user