rumdood / Moneo

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

Isolated process functions #21

Closed rumdood closed 7 months ago

rumdood commented 7 months ago

Modifications to the Moneo.Functions.Isolated project so that task-related functions continue to work with Durable Entities. Not entirely happy with it - it should probably be refactored a LOT - but this reaches near full parity with the in-proc Moneo.Functions project with one breaking change to the web API in which the full list of tasks will not return TaskManagers anymore but returns MoneoTaskDto objects.

Fixes #20