remove todos
This commit is contained in:
parent
c0cec8f1c1
commit
805131c919
1 changed files with 0 additions and 18 deletions
|
@ -27,17 +27,6 @@ let logger_config: LoggingHelpers.Configuration = {
|
||||||
|
|
||||||
let logger = LoggingHelpers.from_config logger_config
|
let logger = LoggingHelpers.from_config logger_config
|
||||||
|
|
||||||
(* Features:
|
|
||||||
- per user cron jobs
|
|
||||||
- environment variables
|
|
||||||
- special time specs: @weekly -> NOPE
|
|
||||||
- conditional cron jobs: check something, then run
|
|
||||||
- concurrency management
|
|
||||||
- job dependency
|
|
||||||
- custom working directory
|
|
||||||
- backlog: MY_VAR='Hello' ANOTHER_VAR='World!!!' say_hello_world.sh
|
|
||||||
*)
|
|
||||||
|
|
||||||
type Bidello(client: IClusterClient) =
|
type Bidello(client: IClusterClient) =
|
||||||
inherit BackgroundService()
|
inherit BackgroundService()
|
||||||
|
|
||||||
|
@ -132,10 +121,3 @@ let main (args: string array, host_builder: IHostBuilder) =
|
||||||
0
|
0
|
||||||
| :? NotParsed<options> as _ -> 2
|
| :? NotParsed<options> as _ -> 2
|
||||||
| _ -> 1
|
| _ -> 1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
(* Man page
|
|
||||||
- spiega cron expressions
|
|
||||||
- spiega due tavole: cron e hosts
|
|
||||||
*)
|
|
||||||
|
|
Loading…
Reference in a new issue