faasr_anyone_else_interested {FaaSr} | R Documentation |
faasr_release
Description
Uses locking algorithm with S3 to enforce single User Function execution when there are multiple predecessors Checking the flag to find any other nodes are seeking for the lock.
Usage
faasr_anyone_else_interested(faasr, target_s3, flag_path, flag_name)
Arguments
faasr |
list with parsed and validated Payload |
target_s3 |
the name of target server |
flag_path |
the string value of the path for the flag |
flag_name |
the string value of the name of the flag |
Value
a logical value if there are other nodes
[Package FaaSr version 1.4.4 Index]