Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
1–9 of 9 posts
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#2Excellent work, @bretcope.
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#3Have you considered setting it up as a cron pre-processor? It would ease integration into existing systems and let people adopt the easy new syntax, without replacing their entire scheduled tasks architecture.
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#4I love the syntax! Have you considered setting it up as a cron pre-processor? It would ease integration into existing systems and let people adopt the easy new syntax, without replacing their entire scheduled tasks architecture.
If there is interest in this, I'd definitely be open to discussing it more on github.
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#5I love the syntax! Have you considered setting it up as a cron pre-processor? It would ease integration into existing systems and let people adopt the easy new syntax, without replacing their entire scheduled tasks architecture.
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#6I love the syntax! Have you considered setting it up as a cron pre-processor? It would ease integration into existing systems and let people adopt the easy new syntax, without replacing their entire scheduled tasks architecture.
Second the above. Syntax is very user friendly. Unfortunately, it seems with C# that it is mostly a Windows solution. A cron preprocessor would allow it to be used in a lot more places.
Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#7Re: Show HN: Schyntax – A friendlier-than-cron syntax for scheduled tasks
#8This is expressive and beautiful. However CRON is easy to setup using sites like http://www.cronmaker.com/ .