Two feature requests for Functions
tvardy
HOBBYOP

6 months ago

I recently started using Functions as my cron jobs. They're easier than deploying a whole service for few reasons:

  • no need for Dockerfile - I've got preinstalled environment with Bun which is good enough

  • easy to have couple of cron jobs running on different schedules

I'd like to propose a feature requests though:

  • It would be nice to have if functions could be deployed from VSC (I'm keeping changes in my git anyways, but now after pushing I need to do this manual copy-paste)

  • When a function is cron-controlled, could it email its output/logs to me (or provided email address)? This could also be set to send the mail only on error.

Under Review

0 Threads mention this feature

0 Replies

Loading...