remove todos

This commit is contained in:
bparodi@lezzo.org 2024-11-16 10:32:36 +01:00
parent c0cec8f1c1
commit 805131c919

View file

@ -27,17 +27,6 @@ let logger_config: LoggingHelpers.Configuration = {
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) =
inherit BackgroundService()
@ -132,10 +121,3 @@ let main (args: string array, host_builder: IHostBuilder) =
0
| :? NotParsed<options> as _ -> 2
| _ -> 1
(* Man page
- spiega cron expressions
- spiega due tavole: cron e hosts
*)