Andy Thompson

Results 22 comments of Andy Thompson

#203 is a PR that implements this

An example I'm thinking of is a fork of node-scheduler that just implements one-off or iterable dates, so it doesn't need to bundle any specific cron-parser (and therefore date library),...

tbh, not having this isn't really a blocker to my idea. I'd just need an adapter to map the expression to the format my hypothetical node-scheduler fork would support without...

master has gone quite in a bit of a different direction since, at least with the CronExpression type, so may be tricky to sort out

i.e I don't know how to integrate: ``` implements Iterable ``` with ``` export type CronExpression = ICronExpression ``` so if you knew and could sort it out, that's fine.

@jonathanrainer please can you rebase?

looks more like a Telegram notifier issue to me. Did you set up `telegram_api_token` intending to use it as a notifier?

another update also added `yarn start send-test` which can be used to test all enabled notifiers without needing an available slot on a store

The telegram notifier doesn't look stable at the moment. It seems to depend on the most recent update event the telegram bot account itself has received to be of a...

there's definitely a simpler solution than my idea for removing the 24 hour issue, in that the first update it finds it keeps a record of the chat ids.