Deno.cron scheduled to run once daily executes 6 times daily
I have a cron job on Deno deploy that is supposed to send a Telegram message daily at 5:00. Each day at 5:00, I receive 6 messages.
5 Replies
Any help would be greatly appreciated!
In the meantime, you can maybe try to store the last time a cron job was invoked in deno kv to prevent messages from being sent in succession.
Moved this to Val Town and am using their cron functionality for scheduling. Would love to move it back to Deno Deploy eventually if the issue can be resolved.