- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ErrInvalidBatchExpirationWorkersWait (0.14 sec)
-
internal/config/batch/batch.go
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Fri May 24 23:05:23 UTC 2024 - 4.7K bytes - Viewed (0) -
internal/config/errors.go
) ErrInvalidBatchReplicationWorkersWait = newErrFn( "Invalid value for batch replication workers wait", "Please input a non-negative duration", "replication_workers_wait should be > 0ms", ) ErrInvalidBatchExpirationWorkersWait = newErrFn( "Invalid value for batch expiration workers wait", "Please input a non-negative duration", "expiration_workers_wait should be > 0ms", )
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 16:57:01 UTC 2024 - 9.3K bytes - Viewed (0)