FaaSr / FaaSr-package

Function-as-a-Service package for R
https://faasr.io
Other
4 stars 8 forks source link

[Issue#88] Self-abort on a timeout while waiting for a lock #93

Closed spark0510 closed 5 months ago

spark0510 commented 5 months ago
  1. Add max_wait for maximum waiting time.
  2. if the cnt exceeds max_wait, it stops execution with the log message.
renatof commented 5 months ago

logic looks good to me, but could you please fix the indentation? lines 52,53 and the whole block of 101-107

spark0510 commented 5 months ago

I fixed it!