TorchServe - example of model for time series prediction

Hello.
Does anybody could help me with any example of custom handler for model for TorchServe to be used for time-series prediction/forecasting ?
Trying to create my own one, but still missing any example to learn.

Kind regards
Dominik

Time series are interesting for torchserve because the elements of a batch are related to each other. If you like we already have an example for real time video inference which should be a good starting point serve/examples/image_classifier/near_real_time_video at master · pytorch/serve · GitHub and if you’d like to contribute the time series example I’d be happy to merge