aws-sdk-pandas
aws-sdk-pandas copied to clipboard
The `ray_remote` function does not support setting options such as `resources` or `max_retries`
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.