rumdood / Moneo

Telegram Bot for Managing Scheduled Tasks and Reminders
MIT License
2 stars 0 forks source link

Create Non-Durable-Functions Host #10

Open rumdood opened 9 months ago

rumdood commented 9 months ago

Create an alternative host that does not utilize Durable Functions, allowing for the bot to be hosted somewhere other than Azure Functions.

This would require/allow using a different database for task/user information as well as utilizing an independent scheduler (e.g. Quartz or Hangfire) for reminders and badgers.