When a Task is regsistered where the Handler has input parameters that are interface types, queue entries constructed via myTask.WithArgs(nil) will cause a panic when fnArgs in handler.go tries to pass an untyped nil as the interface type's zero (nil) value.
When a Task is regsistered where the Handler has input parameters that are
interfacetypes, queue entries constructed viamyTask.WithArgs(nil)will cause a panic whenfnArgsinhandler.gotries to pass an untypednilas the interface type's zero (nil) value.