acmcsufoss / lc-dailies

Daily Leetcode challenges for members to practice their algorithms.
https://acmcsuf.com/lc-dailies
MIT License
2 stars 0 forks source link

Cloudflare to Deno Queues? #47

Open EthanThatOneKid opened 9 months ago

EthanThatOneKid commented 9 months ago

Migrate Cloudflare webhook invocation to Deno Queues. We currently use Cloudflare workers to make our daily Leetcode question reminder embed on Discord and leaderboard sync. It is possible to set up a daily queue using Deno Queues..

References

EthanThatOneKid commented 8 months ago

Soon, we should have Deno.cron in Deno Deploy (context)!!!!!!!!!!!!!

Related: https://github.com/EthanThatOneKid/pomo/issues/31.