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