Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateAfter (0.14 sec)

  1. cmd/batch-expire.go

    				batchLogIf(ctx, ri.updateAfter(ctx, api, 10*time.Second, job))
    
    			case <-ctx.Done():
    				// persist in-memory state immediately before exiting due to context cancellation.
    				batchLogIf(ctx, ri.updateAfter(ctx, api, 0, job))
    				return
    
    			case <-saverQuitCh:
    				// persist in-memory state immediately to disk.
    				batchLogIf(ctx, ri.updateAfter(ctx, api, 0, job))
    				return
    			}
    		}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 21K bytes
    - Viewed (1)
Back to top