Documentation ¶ Overview ¶ Package deadlineenforcer finalizes tasks with overdue deadlines. Index ¶ func InitServer(srv *server.Server, opts Options) type Options Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func InitServer ¶ func InitServer(srv *server.Server, opts Options) InitServer initializes a deadline enforcer server. Types ¶ type Options ¶ type Options struct { // ForceCronInterval forces minimum interval in cron jobs. // Useful in integration tests to reduce the test time. ForceCronInterval time.Duration } Options are for configuring the deadline enforcer. Source Files ¶ View all Source files deadline_enforcer.go Click to show internal directories. Click to hide internal directories.