Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- data JobSettings = JobSettings {
- jsNumRunners :: Int
- jsJobTimeout :: Int
- jsIDTimeout :: Int
- jsGcPeriod :: Int
- jsSecretKey :: SecretKey
- jsDebugLogs :: Bool
- l_jsJobTimeout :: Lens' JobSettings Int
- l_jsIDTimeout :: Lens' JobSettings Int
Documentation
data JobSettings #
A few control knobs for the job system.
JobSettings | |
|