Both of the options should be specified in milliseconds. After testing the following results were found:
-FromNow: Specifying from_now using any value causes an error.
-AtTime: Specifying at_time in milliseconds errors (lock too long). Specifying it in seconds works.
Need to look into this and get fixed.
Notes:
-This issue is also found for conditional splitter.
-Conditional splitter lock time uses MillisecondsDuration and not Expiry. Might want to make it Expiry to conform with the splitter.
Describe the bug Adding a lock time for the splitter is not working as intended. The lock is set using our new Expiry struct:
Both of the options should be specified in milliseconds. After testing the following results were found: -FromNow: Specifying from_now using any value causes an error. -AtTime: Specifying at_time in milliseconds errors (lock too long). Specifying it in seconds works. Need to look into this and get fixed. Notes: -This issue is also found for conditional splitter. -Conditional splitter lock time uses MillisecondsDuration and not Expiry. Might want to make it Expiry to conform with the splitter.