Badgerati / Pode

Pode is a Cross-Platform PowerShell web framework for creating REST APIs, Web Sites, and TCP/SMTP servers
https://badgerati.github.io/Pode
MIT License
865 stars 92 forks source link

Don't setup the Caching Housekeeper Timer in a Serverless context #1439

Closed Badgerati closed 3 weeks ago

Badgerati commented 3 weeks ago

Description of the Change

When running via Serverless, don't configure the Caching Housekeeper Timer - Timers aren't supported in a Serverless context, so they'll always error.

Related Issue

Resolves #1435