sync
This commit is contained in:
parent
3ed27e0a18
commit
80c49d3203
@ -51,5 +51,6 @@ func New(p Params) (r Result, err error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (o *Worker) Work(ctx context.Context, job *river.Job[*Args]) error {
|
func (o *Worker) Work(ctx context.Context, job *river.Job[*Args]) error {
|
||||||
return fmt.Errorf("Job %s is not implemented", (&Args{}).Kind())
|
o.log.Info("Starting Job", "name", packageName, "args", job.Args)
|
||||||
|
return fmt.Errorf("Job %s is not implemented", packageName)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user