aws-sdk-pandas icon indicating copy to clipboard operation
aws-sdk-pandas copied to clipboard

The `ray_remote` function does not support setting options such as `resources` or `max_retries`

Open LeonLuttenberger opened this issue 3 years ago • 0 comments

Is your idea related to a problem? Please describe. The currently defined ray_remote function does not allow us to define options for the function which it is decorating. For example, I would like to be able to decorate an API blocking function with something like resources={"CPU": 0.25} so that the operation does not consume all a CPU's capacity.

These settings exist on the default ray.remote decorator.

Describe the solution you'd like TODO

P.S. Please do not attach files as it's considered a security risk. Add code snippets directly in the message body as much as possible.

LeonLuttenberger avatar Aug 30 '22 21:08 LeonLuttenberger