hyperflow icon indicating copy to clipboard operation
hyperflow copied to clipboard

Redis errors reported by wflib/createWfInstance are not handled properly

Open mpawlik opened this issue 8 years ago • 0 comments

As it turns out, it is possible to exceed redis memory size limit. When doing so simple operations like rcl.set() will report an error like 'Error: OOM command not allowed when used memory'. Currently the createWfInstance has a nasty habit of ignoring errors.

mpawlik avatar May 16 '16 20:05 mpawlik